Html Css Color HEX #258FFF Dodger Blue

📋 copy color: '#258FFF'

red 37 ◦ green 143 ◦ blue 255

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

Shades of Dodger Blue #258FFF

Tints of Dodger Blue #258FFF

RGB

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

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

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

R = 8.51%
G = 32.87%
B = 58.62%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#258FFF (or 0x258FFF) is known color: Dodger Blue. HEX triplet: 25, 8F and FF. RGB value is (37,143,255). Sum of RGB (Red+Green+Blue) = 37+143+255=435 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.51% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #258FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258FFF is #DA7000. Grayscale: #7B7B7B. Windows color (decimal): -14315521 or 16748325. OLE color: 16748325.

HSL color Cylindrical-coordinate representation of color #258FFF: hue angle of 210.83º 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 #258FFF is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 143 255 -
CMYK 0.85 0.44 0 0
HSL 210.83º 1% 0.57% -
HSV(B) 210.83º 0.85% 1% -
XYZ 28.64 27.26 98.36 -
YUV 124.07 201.88 65.89 -
System Red Green Blue C M Y K H S L
Decimal 37 143 255 0.85 0.44 0 0 210.83 1 0.57
Hex 25 8F FF 55 2C 0 0 D3 64 39
Octal 45 217 377 125 54 0 0 323 144 71
Binary 100101 10001111 11111111 1010101 101100 0 0 11010011 1100100 111001

Color Harmonies of #258FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258FFF

Black with #258FFF

Text Example


Text Example

White with #258FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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