Html Css Color HEX #1B7CDE Dodger Blue

📋 copy color: '#1B7CDE'

red 27 ◦ green 124 ◦ blue 222

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

Shades of Dodger Blue #1B7CDE

Tints of Dodger Blue #1B7CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.24%

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

R = 7.24%
G = 33.24%
B = 59.52%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B7CDE (or 0x1B7CDE) is known color: Dodger Blue. HEX triplet: 1B, 7C and DE. RGB value is (27,124,222). Sum of RGB (Red+Green+Blue) = 27+124+222=373 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.24% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #1B7CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7CDE is #E48321. Grayscale: #696969. Windows color (decimal): -14975778 or 14580763. OLE color: 14580763.

HSL color Cylindrical-coordinate representation of color #1B7CDE: hue angle of 210.15º 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 #1B7CDE is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 124 222 -
CMYK 0.88 0.44 0 0.13
HSL 210.15º 0.78% 0.49% -
HSV(B) 210.15º 0.88% 0.87% -
XYZ 20.84 19.92 71.85 -
YUV 106.17 193.36 71.53 -
System Red Green Blue C M Y K H S L
Decimal 27 124 222 0.88 0.44 0 0.13 210.15 0.78 0.49
Hex 1B 7C DE 58 2C 0 D D2 4E 31
Octal 33 174 336 130 54 0 15 322 116 61
Binary 11011 1111100 11011110 1011000 101100 0 1101 11010010 1001110 110001

Color Harmonies of #1B7CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7CDE

Black with #1B7CDE

Text Example


Text Example

White with #1B7CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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