Html Css Color HEX #1C4FCF Cerulean Blue

📋 copy color: '#1C4FCF'

red 28 ◦ green 79 ◦ blue 207

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

Shades of Cerulean Blue #1C4FCF

Tints of Cerulean Blue #1C4FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.92%

R = 8.92%
G = 25.16%
B = 65.92%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C4FCF (or 0x1C4FCF) is known color: Cerulean Blue. HEX triplet: 1C, 4F and CF. RGB value is (28,79,207). Sum of RGB (Red+Green+Blue) = 28+79+207=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C4FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C4FCF is #E3B030. Grayscale: #4D4D4D. Windows color (decimal): -14921777 or 13586204. OLE color: 13586204.

HSL color Cylindrical-coordinate representation of color #1C4FCF: hue angle of 222.91º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C4FCF is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 79 207 -
CMYK 0.86 0.62 0 0.19
HSL 222.91º 0.76% 0.46% -
HSV(B) 222.91º 0.86% 0.81% -
XYZ 14.54 10.34 60.26 -
YUV 78.34 200.6 92.09 -
System Red Green Blue C M Y K H S L
Decimal 28 79 207 0.86 0.62 0 0.19 222.91 0.76 0.46
Hex 1C 4F CF 56 3E 0 13 DF 4C 2E
Octal 34 117 317 126 76 0 23 337 114 56
Binary 11100 1001111 11001111 1010110 111110 0 10011 11011111 1001100 101110

Color Harmonies of #1C4FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4FCF

Black with #1C4FCF

Text Example


Text Example

White with #1C4FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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