Html Css Color HEX #047DBF Cerulean

📋 copy color: '#047DBF'

red 4 ◦ green 125 ◦ blue 191

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

Shades of Cerulean #047DBF

Tints of Cerulean #047DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.06%

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

R = 1.25%
G = 39.06%
B = 59.69%

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

#047DBF (or 0x047DBF) is known color: Cerulean. HEX triplet: 04, 7D and BF. RGB value is (4,125,191). Sum of RGB (Red+Green+Blue) = 4+125+191=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #047DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047DBF is #FB8240. Grayscale: #5F5F5F. Windows color (decimal): -16482881 or 12549380. OLE color: 12549380.

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

Color convert

RGB 4 125 191 -
CMYK 0.98 0.35 0 0.25
HSL 201.18º 0.96% 0.38% -
HSV(B) 201.18º 0.98% 0.75% -
XYZ 16.79 18.45 51.97 -
YUV 96.35 181.41 62.13 -
System Red Green Blue C M Y K H S L
Decimal 4 125 191 0.98 0.35 0 0.25 201.18 0.96 0.38
Hex 4 7D BF 62 23 0 19 C9 60 26
Octal 4 175 277 142 43 0 31 311 140 46
Binary 100 1111101 10111111 1100010 100011 0 11001 11001001 1100000 100110

Color Harmonies of #047DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047DBF

Black with #047DBF

Text Example


Text Example

White with #047DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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