Html Css Color HEX #047CBF Cerulean

📋 copy color: '#047CBF'

red 4 ◦ green 124 ◦ blue 191

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

Shades of Cerulean #047CBF

Tints of Cerulean #047CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.87%

 BLUE value IS 191 (75% from 255) = 59.87%

R = 1.25%
G = 38.87%
B = 59.87%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#047CBF (or 0x047CBF) is known color: Cerulean. HEX triplet: 04, 7C and BF. RGB value is (4,124,191). Sum of RGB (Red+Green+Blue) = 4+124+191=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #047CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CBF is #FB8340. Grayscale: #5F5F5F. Windows color (decimal): -16483137 or 12549124. OLE color: 12549124.

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

Color convert

RGB 4 124 191 -
CMYK 0.98 0.35 0 0.25
HSL 201.5º 0.96% 0.38% -
HSV(B) 201.5º 0.98% 0.75% -
XYZ 16.66 18.2 51.93 -
YUV 95.76 181.74 62.55 -
System Red Green Blue C M Y K H S L
Decimal 4 124 191 0.98 0.35 0 0.25 201.5 0.96 0.38
Hex 4 7C BF 62 23 0 19 C9 60 26
Octal 4 174 277 142 43 0 31 311 140 46
Binary 100 1111100 10111111 1100010 100011 0 11001 11001001 1100000 100110

Color Harmonies of #047CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047CBF

Black with #047CBF

Text Example


Text Example

White with #047CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,124,191); }

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

background-color css

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

 a { background-color: rgb(4,124,191); }

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

border-color css

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

 span { border-color: rgb(4,124,191); }

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