Html Css Color HEX #1C72EB Dodger Blue

📋 copy color: '#1C72EB'

red 28 ◦ green 114 ◦ blue 235

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

Shades of Dodger Blue #1C72EB

Tints of Dodger Blue #1C72EB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

 BLUE value IS 235 (92.19% from 255) = 62.33%

R = 7.43%
G = 30.24%
B = 62.33%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1C72EB (or 0x1C72EB) is known color: Dodger Blue. HEX triplet: 1C, 72 and EB. RGB value is (28,114,235). Sum of RGB (Red+Green+Blue) = 28+114+235=377 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.43% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C72EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C72EB is #E38D14. Grayscale: #656565. Windows color (decimal): -14912789 or 15430172. OLE color: 15430172.

HSL color Cylindrical-coordinate representation of color #1C72EB: hue angle of 215.07º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C72EB is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 114 235 -
CMYK 0.88 0.51 0 0.08
HSL 215.07º 0.84% 0.52% -
HSV(B) 215.07º 0.88% 0.92% -
XYZ 21.49 18.28 80.99 -
YUV 102.08 203.01 75.16 -
System Red Green Blue C M Y K H S L
Decimal 28 114 235 0.88 0.51 0 0.08 215.07 0.84 0.52
Hex 1C 72 EB 58 33 0 8 D7 54 34
Octal 34 162 353 130 63 0 10 327 124 64
Binary 11100 1110010 11101011 1011000 110011 0 1000 11010111 1010100 110100

Color Harmonies of #1C72EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C72EB

Black with #1C72EB

Text Example


Text Example

White with #1C72EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,114,235); }

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

background-color css

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

 a { background-color: rgb(28,114,235); }

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

border-color css

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

 span { border-color: rgb(28,114,235); }

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