Html Css Color HEX #1C7FDE Dodger Blue

📋 copy color: '#1C7FDE'

red 28 ◦ green 127 ◦ blue 222

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

Shades of Dodger Blue #1C7FDE

Tints of Dodger Blue #1C7FDE

RGB

 RED value IS 28 (11.33% from 255) = 7.43%

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

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

R = 7.43%
G = 33.69%
B = 58.89%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1C7FDE (or 0x1C7FDE) is known color: Dodger Blue. HEX triplet: 1C, 7F and DE. RGB value is (28,127,222). Sum of RGB (Red+Green+Blue) = 28+127+222=377 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.43% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #1C7FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7FDE is #E38021. Grayscale: #6B6B6B. Windows color (decimal): -14909474 or 14581532. OLE color: 14581532.

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

Color convert

RGB 28 127 222 -
CMYK 0.87 0.43 0 0.13
HSL 209.38º 0.78% 0.49% -
HSV(B) 209.38º 0.87% 0.87% -
XYZ 21.25 20.7 71.98 -
YUV 108.23 192.2 70.78 -
System Red Green Blue C M Y K H S L
Decimal 28 127 222 0.87 0.43 0 0.13 209.38 0.78 0.49
Hex 1C 7F DE 57 2B 0 D D1 4E 31
Octal 34 177 336 127 53 0 15 321 116 61
Binary 11100 1111111 11011110 1010111 101011 0 1101 11010001 1001110 110001

Color Harmonies of #1C7FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7FDE

Black with #1C7FDE

Text Example


Text Example

White with #1C7FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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