#1B67FF

Color #1B67FF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1B67FF

Tints of Dodger Blue #1B67FF

Color information

#1B67FF (or 0x1B67FF) is unknown color: approx Dodger Blue. HEX triplet: 1B, 67 and FF. RGB value is (27,103,255). Sum of RGB (Red+Green+Blue) = 27+103+255=385 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.01% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B67FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B67FF is #E49800. Grayscale: #606060. Windows color (decimal): -14981121 or 16738075. OLE color: 16738075.

HSL color Cylindrical-coordinate representation of color #1B67FF: hue angle of 220º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B67FF is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB27103255-
CMYK0.890.6000
HSL220º100%55.29%-
HSV(B)220º89.41%100%-
XYZ23.3517.1596.69-
YUV97.6216.8277.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 7.01%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 255 (100% from 255) = 66.23%
R=7.01%
G=26.75%
B=66.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal271032550.890.600022010055.29
Hex1B67FF593C00dc6437
Octal33147377131740033414467
Binary11011110011111111111101100111110000110111001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B67FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B67FF; }

 p { color: rgb(27,103,255); }

 H1.HeaderClassName
 {
   color: #1B67FF;
 }
 .AnyTagClassName
 {
   color: #1B67FF;
 }
</style>
background-color css

<style>
 a { background-color: #1B67FF; }

 a { background-color: rgb(27,103,255); }

 div.DivClassName
 {
   background-color: #1B67FF;
 }
 .BgClassName
 {
   background-color: #1B67FF;
 }
</style>
border-color css

<style>
 span { border-color: #1B67FF; }

 span { border-color: rgb(27,103,255); }

 td.TdClassName
 {
   border-color: #1B67FF;
 }
 .TagClassName
 {
   border-color: #1B67FF;
 }
</style>