Html Css Color HEX #049EF3 Dodger Blue

📋 copy color: '#049EF3'

red 4 ◦ green 158 ◦ blue 243

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

Shades of Dodger Blue #049EF3

Tints of Dodger Blue #049EF3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.01%

 BLUE value IS 243 (95.31% from 255) = 60%

R = 0.99%
G = 39.01%
B = 60%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#049EF3 (or 0x049EF3) is known color: Dodger Blue. HEX triplet: 04, 9E and F3. RGB value is (4,158,243). Sum of RGB (Red+Green+Blue) = 4+158+243=405 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 243 (95.31% from 255 or 60% from 405); Max value from RGB is 243 - color contains mainly: blue. Hex color #049EF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049EF3 is #FB610C. Grayscale: #797979. Windows color (decimal): -16474381 or 15965700. OLE color: 15965700.

HSL color Cylindrical-coordinate representation of color #049EF3: hue angle of 201.34º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049EF3 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 158 243 -
CMYK 0.98 0.35 0 0.05
HSL 201.34º 0.97% 0.48% -
HSV(B) 201.34º 0.98% 0.95% -
XYZ 28.45 30.95 89.27 -
YUV 121.64 196.48 44.09 -
System Red Green Blue C M Y K H S L
Decimal 4 158 243 0.98 0.35 0 0.05 201.34 0.97 0.48
Hex 4 9E F3 62 23 0 5 C9 61 30
Octal 4 236 363 142 43 0 5 311 141 60
Binary 100 10011110 11110011 1100010 100011 0 101 11001001 1100001 110000

Color Harmonies of #049EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049EF3

Black with #049EF3

Text Example


Text Example

White with #049EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049EF3; }

 p { color: rgb(4,158,243); }

 H1.HeaderClassName
 {
   color: #049EF3;
 }
 .AnyTagClassName
 {
   color: #049EF3;
 }
</style>

background-color css

<style>
 a { background-color: #049EF3; }

 a { background-color: rgb(4,158,243); }

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

border-color css

<style>
 span { border-color: #049EF3; }

 span { border-color: rgb(4,158,243); }

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