Html Css Color HEX #049BFD Dodger Blue

📋 copy color: '#049BFD'

red 4 ◦ green 155 ◦ blue 253

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

Shades of Dodger Blue #049BFD

Tints of Dodger Blue #049BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.41%

R = 0.97%
G = 37.62%
B = 61.41%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#049BFD (or 0x049BFD) is known color: Dodger Blue. HEX triplet: 04, 9B and FD. RGB value is (4,155,253). Sum of RGB (Red+Green+Blue) = 4+155+253=412 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #049BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049BFD is #FB6402. Grayscale: #787878. Windows color (decimal): -16475139 or 16620292. OLE color: 16620292.

HSL color Cylindrical-coordinate representation of color #049BFD: hue angle of 203.61º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049BFD is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 155 253 -
CMYK 0.98 0.39 0 0.01
HSL 203.61º 0.98% 0.5% -
HSV(B) 203.61º 0.98% 0.99% -
XYZ 29.5 30.56 97.27 -
YUV 121.02 202.47 44.53 -
System Red Green Blue C M Y K H S L
Decimal 4 155 253 0.98 0.39 0 0.01 203.61 0.98 0.5
Hex 4 9B FD 62 27 0 1 CC 62 32
Octal 4 233 375 142 47 0 1 314 142 62
Binary 100 10011011 11111101 1100010 100111 0 1 11001100 1100010 110010

Color Harmonies of #049BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049BFD

Black with #049BFD

Text Example


Text Example

White with #049BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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