Html Css Color HEX #0491EB Dodger Blue

📋 copy color: '#0491EB'

red 4 ◦ green 145 ◦ blue 235

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

Shades of Dodger Blue #0491EB

Tints of Dodger Blue #0491EB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

 BLUE value IS 235 (92.19% from 255) = 61.2%

R = 1.04%
G = 37.76%
B = 61.2%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0491EB (or 0x0491EB) is known color: Dodger Blue. HEX triplet: 04, 91 and EB. RGB value is (4,145,235). Sum of RGB (Red+Green+Blue) = 4+145+235=384 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #0491EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0491EB is #FB6E14. Grayscale: #707070. Windows color (decimal): -16477717 or 15438084. OLE color: 15438084.

HSL color Cylindrical-coordinate representation of color #0491EB: hue angle of 203.38º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0491EB is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 145 235 -
CMYK 0.98 0.38 0 0.08
HSL 203.38º 0.97% 0.47% -
HSV(B) 203.38º 0.98% 0.92% -
XYZ 25.17 26.27 82.34 -
YUV 113.1 196.79 50.18 -
System Red Green Blue C M Y K H S L
Decimal 4 145 235 0.98 0.38 0 0.08 203.38 0.97 0.47
Hex 4 91 EB 62 26 0 8 CB 61 2F
Octal 4 221 353 142 46 0 10 313 141 57
Binary 100 10010001 11101011 1100010 100110 0 1000 11001011 1100001 101111

Color Harmonies of #0491EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0491EB

Black with #0491EB

Text Example


Text Example

White with #0491EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0491EB; }

 p { color: rgb(4,145,235); }

 H1.HeaderClassName
 {
   color: #0491EB;
 }
 .AnyTagClassName
 {
   color: #0491EB;
 }
</style>

background-color css

<style>
 a { background-color: #0491EB; }

 a { background-color: rgb(4,145,235); }

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

border-color css

<style>
 span { border-color: #0491EB; }

 span { border-color: rgb(4,145,235); }

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