Html Css Color HEX #259EFA Dodger Blue

📋 copy color: '#259EFA'

red 37 ◦ green 158 ◦ blue 250

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

Shades of Dodger Blue #259EFA

Tints of Dodger Blue #259EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.51%

 BLUE value IS 250 (98.05% from 255) = 56.18%

R = 8.31%
G = 35.51%
B = 56.18%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#259EFA (or 0x259EFA) is known color: Dodger Blue. HEX triplet: 25, 9E and FA. RGB value is (37,158,250). Sum of RGB (Red+Green+Blue) = 37+158+250=445 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.31% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #259EFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259EFA is #DA6105. Grayscale: #838383. Windows color (decimal): -14311686 or 16424485. OLE color: 16424485.

HSL color Cylindrical-coordinate representation of color #259EFA: hue angle of 205.92º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #259EFA is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 158 250 -
CMYK 0.85 0.37 0 0.02
HSL 205.92º 0.96% 0.56% -
HSV(B) 205.92º 0.85% 0.98% -
XYZ 30.25 31.75 94.98 -
YUV 132.31 194.41 60.02 -
System Red Green Blue C M Y K H S L
Decimal 37 158 250 0.85 0.37 0 0.02 205.92 0.96 0.56
Hex 25 9E FA 55 25 0 2 CE 60 38
Octal 45 236 372 125 45 0 2 316 140 70
Binary 100101 10011110 11111010 1010101 100101 0 10 11001110 1100000 111000

Color Harmonies of #259EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259EFA

Black with #259EFA

Text Example


Text Example

White with #259EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,158,250); }

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

background-color css

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

 a { background-color: rgb(37,158,250); }

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

border-color css

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

 span { border-color: rgb(37,158,250); }

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