Html Css Color HEX #047ABE Cerulean

📋 copy color: '#047ABE'

red 4 ◦ green 122 ◦ blue 190

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

Shades of Cerulean #047ABE

Tints of Cerulean #047ABE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.61%

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

R = 1.27%
G = 38.61%
B = 60.13%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#047ABE (or 0x047ABE) is known color: Cerulean. HEX triplet: 04, 7A and BE. RGB value is (4,122,190). Sum of RGB (Red+Green+Blue) = 4+122+190=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #047ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047ABE is #FB8541. Grayscale: #5E5E5E. Windows color (decimal): -16483650 or 12483076. OLE color: 12483076.

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

Color convert

RGB 4 122 190 -
CMYK 0.98 0.36 0 0.25
HSL 201.94º 0.96% 0.38% -
HSV(B) 201.94º 0.98% 0.75% -
XYZ 16.3 17.66 51.27 -
YUV 94.47 181.91 63.47 -
System Red Green Blue C M Y K H S L
Decimal 4 122 190 0.98 0.36 0 0.25 201.94 0.96 0.38
Hex 4 7A BE 62 24 0 19 CA 60 26
Octal 4 172 276 142 44 0 31 312 140 46
Binary 100 1111010 10111110 1100010 100100 0 11001 11001010 1100000 100110

Color Harmonies of #047ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047ABE

Black with #047ABE

Text Example


Text Example

White with #047ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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