Html Css Color HEX #047DBE Cerulean

📋 copy color: '#047DBE'

red 4 ◦ green 125 ◦ blue 190

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

Shades of Cerulean #047DBE

Tints of Cerulean #047DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.56%

R = 1.25%
G = 39.18%
B = 59.56%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#047DBE (or 0x047DBE) is known color: Cerulean. HEX triplet: 04, 7D and BE. RGB value is (4,125,190). Sum of RGB (Red+Green+Blue) = 4+125+190=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #047DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047DBE is #FB8241. Grayscale: #5F5F5F. Windows color (decimal): -16482882 or 12483844. OLE color: 12483844.

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

Color convert

RGB 4 125 190 -
CMYK 0.98 0.34 0 0.25
HSL 200.97º 0.96% 0.38% -
HSV(B) 200.97º 0.98% 0.75% -
XYZ 16.68 18.41 51.39 -
YUV 96.23 180.91 62.21 -
System Red Green Blue C M Y K H S L
Decimal 4 125 190 0.98 0.34 0 0.25 200.97 0.96 0.38
Hex 4 7D BE 62 22 0 19 C9 60 26
Octal 4 175 276 142 42 0 31 311 140 46
Binary 100 1111101 10111110 1100010 100010 0 11001 11001001 1100000 100110

Color Harmonies of #047DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047DBE

Black with #047DBE

Text Example


Text Example

White with #047DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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