Html Css Color HEX #047FC2 Cerulean

📋 copy color: '#047FC2'

red 4 ◦ green 127 ◦ blue 194

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

Shades of Cerulean #047FC2

Tints of Cerulean #047FC2

RGB

 RED value IS 4 (1.95% from 255) = 1.23%

 GREEN value IS 127 (50% from 255) = 39.08%

 BLUE value IS 194 (76.17% from 255) = 59.69%

R = 1.23%
G = 39.08%
B = 59.69%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#047FC2 (or 0x047FC2) is known color: Cerulean. HEX triplet: 04, 7F and C2. RGB value is (4,127,194). Sum of RGB (Red+Green+Blue) = 4+127+194=325 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 194 (76.17% from 255 or 59.69% from 325); Max value from RGB is 194 - color contains mainly: blue. Hex color #047FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047FC2 is #FB803D. Grayscale: #616161. Windows color (decimal): -16482366 or 12746500. OLE color: 12746500.

HSL color Cylindrical-coordinate representation of color #047FC2: hue angle of 201.16º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FC2 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 127 194 -
CMYK 0.98 0.35 0 0.24
HSL 201.16º 0.96% 0.39% -
HSV(B) 201.16º 0.98% 0.76% -
XYZ 17.38 19.1 53.81 -
YUV 97.86 182.25 61.05 -
System Red Green Blue C M Y K H S L
Decimal 4 127 194 0.98 0.35 0 0.24 201.16 0.96 0.39
Hex 4 7F C2 62 23 0 18 C9 60 27
Octal 4 177 302 142 43 0 30 311 140 47
Binary 100 1111111 11000010 1100010 100011 0 11000 11001001 1100000 100111

Color Harmonies of #047FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047FC2

Black with #047FC2

Text Example


Text Example

White with #047FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047FC2; }

 p { color: rgb(4,127,194); }

 H1.HeaderClassName
 {
   color: #047FC2;
 }
 .AnyTagClassName
 {
   color: #047FC2;
 }
</style>

background-color css

<style>
 a { background-color: #047FC2; }

 a { background-color: rgb(4,127,194); }

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

border-color css

<style>
 span { border-color: #047FC2; }

 span { border-color: rgb(4,127,194); }

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