Html Css Color HEX #049DF3 Dodger Blue

📋 copy color: '#049DF3'

red 4 ◦ green 157 ◦ blue 243

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

Shades of Dodger Blue #049DF3

Tints of Dodger Blue #049DF3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.86%

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

R = 0.99%
G = 38.86%
B = 60.15%

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

#049DF3 (or 0x049DF3) is known color: Dodger Blue. HEX triplet: 04, 9D and F3. RGB value is (4,157,243). Sum of RGB (Red+Green+Blue) = 4+157+243=404 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 243 (95.31% from 255 or 60.15% from 404); Max value from RGB is 243 - color contains mainly: blue. Hex color #049DF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049DF3 is #FB620C. Grayscale: #787878. Windows color (decimal): -16474637 or 15965444. OLE color: 15965444.

HSL color Cylindrical-coordinate representation of color #049DF3: hue angle of 201.59º 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 #049DF3 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 157 243 -
CMYK 0.98 0.35 0 0.05
HSL 201.59º 0.97% 0.48% -
HSV(B) 201.59º 0.98% 0.95% -
XYZ 28.28 30.61 89.21 -
YUV 121.06 196.81 44.51 -
System Red Green Blue C M Y K H S L
Decimal 4 157 243 0.98 0.35 0 0.05 201.59 0.97 0.48
Hex 4 9D F3 62 23 0 5 CA 61 30
Octal 4 235 363 142 43 0 5 312 141 60
Binary 100 10011101 11110011 1100010 100011 0 101 11001010 1100001 110000

Color Harmonies of #049DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049DF3

Black with #049DF3

Text Example


Text Example

White with #049DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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