Html Css Color HEX #049BF1 Dodger Blue

📋 copy color: '#049BF1'

red 4 ◦ green 155 ◦ blue 241

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

Shades of Dodger Blue #049BF1

Tints of Dodger Blue #049BF1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.75%

 BLUE value IS 241 (94.53% from 255) = 60.25%

R = 1%
G = 38.75%
B = 60.25%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#049BF1 (or 0x049BF1) is known color: Dodger Blue. HEX triplet: 04, 9B and F1. RGB value is (4,155,241). Sum of RGB (Red+Green+Blue) = 4+155+241=400 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 241 (94.53% from 255 or 60.25% from 400); Max value from RGB is 241 - color contains mainly: blue. Hex color #049BF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049BF1 is #FB640E. Grayscale: #777777. Windows color (decimal): -16475151 or 15833860. OLE color: 15833860.

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

Color convert

RGB 4 155 241 -
CMYK 0.98 0.36 0 0.05
HSL 201.77º 0.97% 0.48% -
HSV(B) 201.77º 0.98% 0.95% -
XYZ 27.65 29.82 87.52 -
YUV 119.66 196.47 45.51 -
System Red Green Blue C M Y K H S L
Decimal 4 155 241 0.98 0.36 0 0.05 201.77 0.97 0.48
Hex 4 9B F1 62 24 0 5 CA 61 30
Octal 4 233 361 142 44 0 5 312 141 60
Binary 100 10011011 11110001 1100010 100100 0 101 11001010 1100001 110000

Color Harmonies of #049BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049BF1

Black with #049BF1

Text Example


Text Example

White with #049BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,155,241); }

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

background-color css

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

 a { background-color: rgb(4,155,241); }

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

border-color css

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

 span { border-color: rgb(4,155,241); }

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