Html Css Color HEX #259BF2 Dodger Blue

📋 copy color: '#259BF2'

red 37 ◦ green 155 ◦ blue 242

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

Shades of Dodger Blue #259BF2

Tints of Dodger Blue #259BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.76%

R = 8.53%
G = 35.71%
B = 55.76%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#259BF2 (or 0x259BF2) is known color: Dodger Blue. HEX triplet: 25, 9B and F2. RGB value is (37,155,242). Sum of RGB (Red+Green+Blue) = 37+155+242=434 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.53% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #259BF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259BF2 is #DA640D. Grayscale: #818181. Windows color (decimal): -14312462 or 15899429. OLE color: 15899429.

HSL color Cylindrical-coordinate representation of color #259BF2: hue angle of 205.46º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #259BF2 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 155 242 -
CMYK 0.85 0.36 0 0.05
HSL 205.46º 0.89% 0.55% -
HSV(B) 205.46º 0.85% 0.95% -
XYZ 28.51 30.25 88.34 -
YUV 129.64 191.41 61.93 -
System Red Green Blue C M Y K H S L
Decimal 37 155 242 0.85 0.36 0 0.05 205.46 0.89 0.55
Hex 25 9B F2 55 24 0 5 CD 59 37
Octal 45 233 362 125 44 0 5 315 131 67
Binary 100101 10011011 11110010 1010101 100100 0 101 11001101 1011001 110111

Color Harmonies of #259BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259BF2

Black with #259BF2

Text Example


Text Example

White with #259BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259BF2; }

 p { color: rgb(37,155,242); }

 H1.HeaderClassName
 {
   color: #259BF2;
 }
 .AnyTagClassName
 {
   color: #259BF2;
 }
</style>

background-color css

<style>
 a { background-color: #259BF2; }

 a { background-color: rgb(37,155,242); }

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

border-color css

<style>
 span { border-color: #259BF2; }

 span { border-color: rgb(37,155,242); }

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