Html Css Color HEX #047EC2 Cerulean

📋 copy color: '#047EC2'

red 4 ◦ green 126 ◦ blue 194

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

Shades of Cerulean #047EC2

Tints of Cerulean #047EC2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.89%

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

R = 1.23%
G = 38.89%
B = 59.88%

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

#047EC2 (or 0x047EC2) is known color: Cerulean. HEX triplet: 04, 7E and C2. RGB value is (4,126,194). Sum of RGB (Red+Green+Blue) = 4+126+194=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 194 (76.17% from 255 or 59.88% from 324); Max value from RGB is 194 - color contains mainly: blue. Hex color #047EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047EC2 is #FB813D. Grayscale: #606060. Windows color (decimal): -16482622 or 12746244. OLE color: 12746244.

HSL color Cylindrical-coordinate representation of color #047EC2: hue angle of 201.47º 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 #047EC2 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 126 194 -
CMYK 0.98 0.35 0 0.24
HSL 201.47º 0.96% 0.39% -
HSV(B) 201.47º 0.98% 0.76% -
XYZ 17.25 18.84 53.77 -
YUV 97.27 182.58 61.47 -
System Red Green Blue C M Y K H S L
Decimal 4 126 194 0.98 0.35 0 0.24 201.47 0.96 0.39
Hex 4 7E C2 62 23 0 18 C9 60 27
Octal 4 176 302 142 43 0 30 311 140 47
Binary 100 1111110 11000010 1100010 100011 0 11000 11001001 1100000 100111

Color Harmonies of #047EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047EC2

Black with #047EC2

Text Example


Text Example

White with #047EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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