Html Css Color HEX #258FEF Dodger Blue

📋 copy color: '#258FEF'

red 37 ◦ green 143 ◦ blue 239

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

Shades of Dodger Blue #258FEF

Tints of Dodger Blue #258FEF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.13%

 BLUE value IS 239 (93.75% from 255) = 57.04%

R = 8.83%
G = 34.13%
B = 57.04%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#258FEF (or 0x258FEF) is known color: Dodger Blue. HEX triplet: 25, 8F and EF. RGB value is (37,143,239). Sum of RGB (Red+Green+Blue) = 37+143+239=419 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.83% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #258FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258FEF is #DA7010. Grayscale: #797979. Windows color (decimal): -14315537 or 15699749. OLE color: 15699749.

HSL color Cylindrical-coordinate representation of color #258FEF: hue angle of 208.51º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258FEF is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 143 239 -
CMYK 0.85 0.40 0 0.06
HSL 208.51º 0.86% 0.54% -
HSV(B) 208.51º 0.85% 0.94% -
XYZ 26.17 26.27 85.35 -
YUV 122.25 193.88 67.19 -
System Red Green Blue C M Y K H S L
Decimal 37 143 239 0.85 0.40 0 0.06 208.51 0.86 0.54
Hex 25 8F EF 55 28 0 6 D1 56 36
Octal 45 217 357 125 50 0 6 321 126 66
Binary 100101 10001111 11101111 1010101 101000 0 110 11010001 1010110 110110

Color Harmonies of #258FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258FEF

Black with #258FEF

Text Example


Text Example

White with #258FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258FEF; }

 p { color: rgb(37,143,239); }

 H1.HeaderClassName
 {
   color: #258FEF;
 }
 .AnyTagClassName
 {
   color: #258FEF;
 }
</style>

background-color css

<style>
 a { background-color: #258FEF; }

 a { background-color: rgb(37,143,239); }

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

border-color css

<style>
 span { border-color: #258FEF; }

 span { border-color: rgb(37,143,239); }

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