Html Css Color HEX #2599FF Dodger Blue

📋 copy color: '#2599FF'

red 37 ◦ green 153 ◦ blue 255

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

Shades of Dodger Blue #2599FF

Tints of Dodger Blue #2599FF

RGB

 RED value IS 37 (14.84% from 255) = 8.31%

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

 BLUE value IS 255 (100% from 255) = 57.3%

R = 8.31%
G = 34.38%
B = 57.3%

CMYK

 C value IS 0.85

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2599FF (or 0x2599FF) is known color: Dodger Blue. HEX triplet: 25, 99 and FF. RGB value is (37,153,255). Sum of RGB (Red+Green+Blue) = 37+153+255=445 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.31% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #2599FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2599FF is #DA6600. Grayscale: #818181. Windows color (decimal): -14312961 or 16750885. OLE color: 16750885.

HSL color Cylindrical-coordinate representation of color #2599FF: hue angle of 208.07º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2599FF is Cyan = 0.85, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 153 255 -
CMYK 0.85 0.4 0 0
HSL 208.07º 1% 0.57% -
HSV(B) 208.07º 0.85% 1% -
XYZ 30.2 30.4 98.88 -
YUV 129.94 198.57 61.71 -
System Red Green Blue C M Y K H S L
Decimal 37 153 255 0.85 0.4 0 0 208.07 1 0.57
Hex 25 99 FF 55 28 0 0 D0 64 39
Octal 45 231 377 125 50 0 0 320 144 71
Binary 100101 10011001 11111111 1010101 101000 0 0 11010000 1100100 111001

Color Harmonies of #2599FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2599FF

Black with #2599FF

Text Example


Text Example

White with #2599FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2599FF; }

 p { color: rgb(37,153,255); }

 H1.HeaderClassName
 {
   color: #2599FF;
 }
 .AnyTagClassName
 {
   color: #2599FF;
 }
</style>

background-color css

<style>
 a { background-color: #2599FF; }

 a { background-color: rgb(37,153,255); }

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

border-color css

<style>
 span { border-color: #2599FF; }

 span { border-color: rgb(37,153,255); }

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