Html Css Color HEX #047DBA Cerulean

📋 copy color: '#047DBA'

red 4 ◦ green 125 ◦ blue 186

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

Shades of Cerulean #047DBA

Tints of Cerulean #047DBA

RGB

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

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

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

R = 1.27%
G = 39.68%
B = 59.05%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#047DBA (or 0x047DBA) is known color: Cerulean. HEX triplet: 04, 7D and BA. RGB value is (4,125,186). Sum of RGB (Red+Green+Blue) = 4+125+186=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #047DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047DBA is #FB8245. Grayscale: #5F5F5F. Windows color (decimal): -16482886 or 12221700. OLE color: 12221700.

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

Color convert

RGB 4 125 186 -
CMYK 0.98 0.33 0 0.27
HSL 200.11º 0.96% 0.37% -
HSV(B) 200.11º 0.98% 0.73% -
XYZ 16.25 18.24 49.12 -
YUV 95.78 178.91 62.54 -
System Red Green Blue C M Y K H S L
Decimal 4 125 186 0.98 0.33 0 0.27 200.11 0.96 0.37
Hex 4 7D BA 62 21 0 1B C8 60 25
Octal 4 175 272 142 41 0 33 310 140 45
Binary 100 1111101 10111010 1100010 100001 0 11011 11001000 1100000 100101

Color Harmonies of #047DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047DBA

Black with #047DBA

Text Example


Text Example

White with #047DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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