Html Css Color HEX #1C4FDF Cerulean Blue

📋 copy color: '#1C4FDF'

red 28 ◦ green 79 ◦ blue 223

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

Shades of Cerulean Blue #1C4FDF

Tints of Cerulean Blue #1C4FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.94%

 BLUE value IS 223 (87.5% from 255) = 67.58%

R = 8.48%
G = 23.94%
B = 67.58%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1C4FDF (or 0x1C4FDF) is known color: Cerulean Blue. HEX triplet: 1C, 4F and DF. RGB value is (28,79,223). Sum of RGB (Red+Green+Blue) = 28+79+223=330 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.48% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C4FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C4FDF is #E3B020. Grayscale: #4F4F4F. Windows color (decimal): -14921761 or 14634780. OLE color: 14634780.

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

Color convert

RGB 28 79 223 -
CMYK 0.87 0.65 0 0.13
HSL 224.31º 0.78% 0.49% -
HSV(B) 224.31º 0.87% 0.87% -
XYZ 16.59 11.17 71.09 -
YUV 80.17 208.6 90.79 -
System Red Green Blue C M Y K H S L
Decimal 28 79 223 0.87 0.65 0 0.13 224.31 0.78 0.49
Hex 1C 4F DF 57 41 0 D E0 4E 31
Octal 34 117 337 127 101 0 15 340 116 61
Binary 11100 1001111 11011111 1010111 1000001 0 1101 11100000 1001110 110001

Color Harmonies of #1C4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4FDF

Black with #1C4FDF

Text Example


Text Example

White with #1C4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,79,223); }

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

background-color css

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

 a { background-color: rgb(28,79,223); }

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

border-color css

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

 span { border-color: rgb(28,79,223); }

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