Html Css Color HEX #047FBB Cerulean

📋 copy color: '#047FBB'

red 4 ◦ green 127 ◦ blue 187

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

Shades of Cerulean #047FBB

Tints of Cerulean #047FBB

RGB

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

 GREEN value IS 127 (50% from 255) = 39.94%

 BLUE value IS 187 (73.44% from 255) = 58.81%

R = 1.26%
G = 39.94%
B = 58.81%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#047FBB (or 0x047FBB) is known color: Cerulean. HEX triplet: 04, 7F and BB. RGB value is (4,127,187). Sum of RGB (Red+Green+Blue) = 4+127+187=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #047FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047FBB is #FB8044. Grayscale: #606060. Windows color (decimal): -16482373 or 12287748. OLE color: 12287748.

HSL color Cylindrical-coordinate representation of color #047FBB: hue angle of 199.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FBB is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 127 187 -
CMYK 0.98 0.32 0 0.27
HSL 199.67º 0.96% 0.37% -
HSV(B) 199.67º 0.98% 0.73% -
XYZ 16.61 18.79 49.77 -
YUV 97.06 178.75 61.62 -
System Red Green Blue C M Y K H S L
Decimal 4 127 187 0.98 0.32 0 0.27 199.67 0.96 0.37
Hex 4 7F BB 62 20 0 1B C8 60 25
Octal 4 177 273 142 40 0 33 310 140 45
Binary 100 1111111 10111011 1100010 100000 0 11011 11001000 1100000 100101

Color Harmonies of #047FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047FBB

Black with #047FBB

Text Example


Text Example

White with #047FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,127,187); }

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

background-color css

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

 a { background-color: rgb(4,127,187); }

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

border-color css

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

 span { border-color: rgb(4,127,187); }

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