Html Css Color HEX #1C7DAE Cerulean

📋 copy color: '#1C7DAE'

red 28 ◦ green 125 ◦ blue 174

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

Shades of Cerulean #1C7DAE

Tints of Cerulean #1C7DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.23%

 BLUE value IS 174 (68.36% from 255) = 53.21%

R = 8.56%
G = 38.23%
B = 53.21%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C7DAE (or 0x1C7DAE) is known color: Cerulean. HEX triplet: 1C, 7D and AE. RGB value is (28,125,174). Sum of RGB (Red+Green+Blue) = 28+125+174=327 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.56% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C7DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7DAE is #E38251. Grayscale: #656565. Windows color (decimal): -14910034 or 11435292. OLE color: 11435292.

HSL color Cylindrical-coordinate representation of color #1C7DAE: hue angle of 200.14º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C7DAE is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 125 174 -
CMYK 0.84 0.28 0 0.32
HSL 200.14º 0.72% 0.4% -
HSV(B) 200.14º 0.84% 0.68% -
XYZ 15.45 17.97 42.7 -
YUV 101.58 168.86 75.52 -
System Red Green Blue C M Y K H S L
Decimal 28 125 174 0.84 0.28 0 0.32 200.14 0.72 0.4
Hex 1C 7D AE 54 1C 0 20 C8 48 28
Octal 34 175 256 124 34 0 40 310 110 50
Binary 11100 1111101 10101110 1010100 11100 0 100000 11001000 1001000 101000

Color Harmonies of #1C7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7DAE

Black with #1C7DAE

Text Example


Text Example

White with #1C7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,125,174); }

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

background-color css

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

 a { background-color: rgb(28,125,174); }

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

border-color css

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

 span { border-color: rgb(28,125,174); }

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