Html Css Color HEX #047BEC Dodger Blue

📋 copy color: '#047BEC'

red 4 ◦ green 123 ◦ blue 236

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

Shades of Dodger Blue #047BEC

Tints of Dodger Blue #047BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.88%

 BLUE value IS 236 (92.58% from 255) = 65.01%

R = 1.1%
G = 33.88%
B = 65.01%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#047BEC (or 0x047BEC) is known color: Dodger Blue. HEX triplet: 04, 7B and EC. RGB value is (4,123,236). Sum of RGB (Red+Green+Blue) = 4+123+236=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #047BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047BEC is #FB8413. Grayscale: #636363. Windows color (decimal): -16483348 or 15497988. OLE color: 15497988.

HSL color Cylindrical-coordinate representation of color #047BEC: hue angle of 209.22º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BEC is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 123 236 -
CMYK 0.98 0.48 0 0.07
HSL 209.22º 0.97% 0.47% -
HSV(B) 209.22º 0.98% 0.93% -
XYZ 22.27 20.25 82.09 -
YUV 100.3 204.58 59.31 -
System Red Green Blue C M Y K H S L
Decimal 4 123 236 0.98 0.48 0 0.07 209.22 0.97 0.47
Hex 4 7B EC 62 30 0 7 D1 61 2F
Octal 4 173 354 142 60 0 7 321 141 57
Binary 100 1111011 11101100 1100010 110000 0 111 11010001 1100001 101111

Color Harmonies of #047BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047BEC

Black with #047BEC

Text Example


Text Example

White with #047BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,123,236); }

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

background-color css

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

 a { background-color: rgb(4,123,236); }

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

border-color css

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

 span { border-color: rgb(4,123,236); }

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