Html Css Color HEX #047CBD Cerulean

📋 copy color: '#047CBD'

red 4 ◦ green 124 ◦ blue 189

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

Shades of Cerulean #047CBD

Tints of Cerulean #047CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 59.62%

R = 1.26%
G = 39.12%
B = 59.62%

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

#047CBD (or 0x047CBD) is known color: Cerulean. HEX triplet: 04, 7C and BD. RGB value is (4,124,189). Sum of RGB (Red+Green+Blue) = 4+124+189=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #047CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CBD is #FB8342. Grayscale: #5F5F5F. Windows color (decimal): -16483139 or 12418052. OLE color: 12418052.

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

Color convert

RGB 4 124 189 -
CMYK 0.98 0.34 0 0.26
HSL 201.08º 0.96% 0.38% -
HSV(B) 201.08º 0.98% 0.74% -
XYZ 16.44 18.12 50.77 -
YUV 95.53 180.74 62.71 -
System Red Green Blue C M Y K H S L
Decimal 4 124 189 0.98 0.34 0 0.26 201.08 0.96 0.38
Hex 4 7C BD 62 22 0 1A C9 60 26
Octal 4 174 275 142 42 0 32 311 140 46
Binary 100 1111100 10111101 1100010 100010 0 11010 11001001 1100000 100110

Color Harmonies of #047CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047CBD

Black with #047CBD

Text Example


Text Example

White with #047CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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