Html Css Color HEX #1C4ACF Cerulean Blue

📋 copy color: '#1C4ACF'

red 28 ◦ green 74 ◦ blue 207

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

Shades of Cerulean Blue #1C4ACF

Tints of Cerulean Blue #1C4ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.95%

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

R = 9.06%
G = 23.95%
B = 66.99%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C4ACF (or 0x1C4ACF) is known color: Cerulean Blue. HEX triplet: 1C, 4A and CF. RGB value is (28,74,207). Sum of RGB (Red+Green+Blue) = 28+74+207=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C4ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4ACF is #E3B530. Grayscale: #4A4A4A. Windows color (decimal): -14923057 or 13584924. OLE color: 13584924.

HSL color Cylindrical-coordinate representation of color #1C4ACF: hue angle of 224.58º 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 #1C4ACF is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 74 207 -
CMYK 0.86 0.64 0 0.19
HSL 224.58º 0.76% 0.46% -
HSV(B) 224.58º 0.86% 0.81% -
XYZ 14.19 9.65 60.15 -
YUV 75.41 202.26 94.19 -
System Red Green Blue C M Y K H S L
Decimal 28 74 207 0.86 0.64 0 0.19 224.58 0.76 0.46
Hex 1C 4A CF 56 40 0 13 E1 4C 2E
Octal 34 112 317 126 100 0 23 341 114 56
Binary 11100 1001010 11001111 1010110 1000000 0 10011 11100001 1001100 101110

Color Harmonies of #1C4ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4ACF

Black with #1C4ACF

Text Example


Text Example

White with #1C4ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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