Html Css Color HEX #047FBA Cerulean

📋 copy color: '#047FBA'

red 4 ◦ green 127 ◦ blue 186

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

Shades of Cerulean #047FBA

Tints of Cerulean #047FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.68%

R = 1.26%
G = 40.06%
B = 58.68%

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

#047FBA (or 0x047FBA) is known color: Cerulean. HEX triplet: 04, 7F and BA. RGB value is (4,127,186). Sum of RGB (Red+Green+Blue) = 4+127+186=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #047FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047FBA is #FB8045. Grayscale: #606060. Windows color (decimal): -16482374 or 12222212. OLE color: 12222212.

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

Color convert

RGB 4 127 186 -
CMYK 0.98 0.32 0 0.27
HSL 199.45º 0.96% 0.37% -
HSV(B) 199.45º 0.98% 0.73% -
XYZ 16.5 18.75 49.2 -
YUV 96.95 178.25 61.7 -
System Red Green Blue C M Y K H S L
Decimal 4 127 186 0.98 0.32 0 0.27 199.45 0.96 0.37
Hex 4 7F BA 62 20 0 1B C7 60 25
Octal 4 177 272 142 40 0 33 307 140 45
Binary 100 1111111 10111010 1100010 100000 0 11011 11000111 1100000 100101

Color Harmonies of #047FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047FBA

Black with #047FBA

Text Example


Text Example

White with #047FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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