Html Css Color HEX #1599F7 Dodger Blue

📋 copy color: '#1599F7'

red 21 ◦ green 153 ◦ blue 247

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

Shades of Dodger Blue #1599F7

Tints of Dodger Blue #1599F7

RGB

 RED value IS 21 (8.59% from 255) = 4.99%

 GREEN value IS 153 (60.16% from 255) = 36.34%

 BLUE value IS 247 (96.88% from 255) = 58.67%

R = 4.99%
G = 36.34%
B = 58.67%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1599F7 (or 0x1599F7) is known color: Dodger Blue. HEX triplet: 15, 99 and F7. RGB value is (21,153,247). Sum of RGB (Red+Green+Blue) = 21+153+247=421 (55% of max value = 765). Red value is 21 (8.59% from 255 or 4.99% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 247 (96.88% from 255 or 58.67% from 421); Max value from RGB is 247 - color contains mainly: blue. Hex color #1599F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1599F7 is #EA6608. Grayscale: #7B7B7B. Windows color (decimal): -15361545 or 16226581. OLE color: 16226581.

HSL color Cylindrical-coordinate representation of color #1599F7: hue angle of 204.96º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1599F7 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 153 247 -
CMYK 0.91 0.38 0 0.03
HSL 204.96º 0.93% 0.53% -
HSV(B) 204.96º 0.91% 0.97% -
XYZ 28.49 29.66 92.22 -
YUV 124.25 197.27 54.36 -
System Red Green Blue C M Y K H S L
Decimal 21 153 247 0.91 0.38 0 0.03 204.96 0.93 0.53
Hex 15 99 F7 5B 26 0 3 CD 5D 35
Octal 25 231 367 133 46 0 3 315 135 65
Binary 10101 10011001 11110111 1011011 100110 0 11 11001101 1011101 110101

Color Harmonies of #1599F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1599F7

Black with #1599F7

Text Example


Text Example

White with #1599F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1599F7; }

 p { color: rgb(21,153,247); }

 H1.HeaderClassName
 {
   color: #1599F7;
 }
 .AnyTagClassName
 {
   color: #1599F7;
 }
</style>

background-color css

<style>
 a { background-color: #1599F7; }

 a { background-color: rgb(21,153,247); }

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

border-color css

<style>
 span { border-color: #1599F7; }

 span { border-color: rgb(21,153,247); }

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