Html Css Color HEX #047CBC Cerulean

📋 copy color: '#047CBC'

red 4 ◦ green 124 ◦ blue 188

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

Shades of Cerulean #047CBC

Tints of Cerulean #047CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.49%

R = 1.27%
G = 39.24%
B = 59.49%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#047CBC (or 0x047CBC) is known color: Cerulean. HEX triplet: 04, 7C and BC. RGB value is (4,124,188). Sum of RGB (Red+Green+Blue) = 4+124+188=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #047CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CBC is #FB8343. Grayscale: #5F5F5F. Windows color (decimal): -16483140 or 12352516. OLE color: 12352516.

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

Color convert

RGB 4 124 188 -
CMYK 0.98 0.34 0 0.26
HSL 200.87º 0.96% 0.38% -
HSV(B) 200.87º 0.98% 0.74% -
XYZ 16.33 18.07 50.2 -
YUV 95.42 180.24 62.8 -
System Red Green Blue C M Y K H S L
Decimal 4 124 188 0.98 0.34 0 0.26 200.87 0.96 0.38
Hex 4 7C BC 62 22 0 1A C9 60 26
Octal 4 174 274 142 42 0 32 311 140 46
Binary 100 1111100 10111100 1100010 100010 0 11010 11001001 1100000 100110

Color Harmonies of #047CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047CBC

Black with #047CBC

Text Example


Text Example

White with #047CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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