Html Css Color HEX #1B7FDE Dodger Blue

📋 copy color: '#1B7FDE'

red 27 ◦ green 127 ◦ blue 222

#1B7FDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #1B7FDE

Tints of Dodger Blue #1B7FDE

RGB

 RED value IS 27 (10.94% from 255) = 7.18%

 GREEN value IS 127 (50% from 255) = 33.78%

 BLUE value IS 222 (87.11% from 255) = 59.04%

R = 7.18%
G = 33.78%
B = 59.04%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B7FDE (or 0x1B7FDE) is known color: Dodger Blue. HEX triplet: 1B, 7F and DE. RGB value is (27,127,222). Sum of RGB (Red+Green+Blue) = 27+127+222=376 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.18% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #1B7FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7FDE is #E48021. Grayscale: #6B6B6B. Windows color (decimal): -14975010 or 14581531. OLE color: 14581531.

HSL color Cylindrical-coordinate representation of color #1B7FDE: hue angle of 209.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B7FDE is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 127 222 -
CMYK 0.88 0.43 0 0.13
HSL 209.23º 0.78% 0.49% -
HSV(B) 209.23º 0.88% 0.87% -
XYZ 21.23 20.69 71.98 -
YUV 107.93 192.37 70.28 -
System Red Green Blue C M Y K H S L
Decimal 27 127 222 0.88 0.43 0 0.13 209.23 0.78 0.49
Hex 1B 7F DE 58 2B 0 D D1 4E 31
Octal 33 177 336 130 53 0 15 321 116 61
Binary 11011 1111111 11011110 1011000 101011 0 1101 11010001 1001110 110001

Color Harmonies of #1B7FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7FDE

Black with #1B7FDE

Text Example


Text Example

White with #1B7FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,127,222); }

 H1.HeaderClassName
 {
   color: #1B7FDE;
 }
 .AnyTagClassName
 {
   color: #1B7FDE;
 }
</style>

background-color css

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

 a { background-color: rgb(27,127,222); }

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

border-color css

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

 span { border-color: rgb(27,127,222); }

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