Html Css Color HEX #0591F6 Dodger Blue

📋 copy color: '#0591F6'

red 5 ◦ green 145 ◦ blue 246

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

Shades of Dodger Blue #0591F6

Tints of Dodger Blue #0591F6

RGB

 RED value IS 5 (2.34% from 255) = 1.26%

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

 BLUE value IS 246 (96.48% from 255) = 62.12%

R = 1.26%
G = 36.62%
B = 62.12%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0591F6 (or 0x0591F6) is known color: Dodger Blue. HEX triplet: 05, 91 and F6. RGB value is (5,145,246). Sum of RGB (Red+Green+Blue) = 5+145+246=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 246 (96.48% from 255 or 62.12% from 396); Max value from RGB is 246 - color contains mainly: blue. Hex color #0591F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0591F6 is #FA6E09. Grayscale: #727272. Windows color (decimal): -16412170 or 16158981. OLE color: 16158981.

HSL color Cylindrical-coordinate representation of color #0591F6: hue angle of 205.15º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0591F6 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 5 145 246 -
CMYK 0.98 0.41 0 0.04
HSL 205.15º 0.96% 0.49% -
HSV(B) 205.15º 0.98% 0.96% -
XYZ 26.82 26.94 90.97 -
YUV 114.65 202.12 49.79 -
System Red Green Blue C M Y K H S L
Decimal 5 145 246 0.98 0.41 0 0.04 205.15 0.96 0.49
Hex 5 91 F6 62 29 0 4 CD 60 31
Octal 5 221 366 142 51 0 4 315 140 61
Binary 101 10010001 11110110 1100010 101001 0 100 11001101 1100000 110001

Color Harmonies of #0591F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0591F6

Black with #0591F6

Text Example


Text Example

White with #0591F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0591F6; }

 p { color: rgb(5,145,246); }

 H1.HeaderClassName
 {
   color: #0591F6;
 }
 .AnyTagClassName
 {
   color: #0591F6;
 }
</style>

background-color css

<style>
 a { background-color: #0591F6; }

 a { background-color: rgb(5,145,246); }

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

border-color css

<style>
 span { border-color: #0591F6; }

 span { border-color: rgb(5,145,246); }

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