Html Css Color HEX #258FFD Dodger Blue

📋 copy color: '#258FFD'

red 37 ◦ green 143 ◦ blue 253

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

Shades of Dodger Blue #258FFD

Tints of Dodger Blue #258FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.43%

R = 8.55%
G = 33.03%
B = 58.43%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#258FFD (or 0x258FFD) is known color: Dodger Blue. HEX triplet: 25, 8F and FD. RGB value is (37,143,253). Sum of RGB (Red+Green+Blue) = 37+143+253=433 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.55% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #258FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258FFD is #DA7002. Grayscale: #7B7B7B. Windows color (decimal): -14315523 or 16617253. OLE color: 16617253.

HSL color Cylindrical-coordinate representation of color #258FFD: hue angle of 210.56º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258FFD is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 143 253 -
CMYK 0.85 0.43 0 0.01
HSL 210.56º 0.98% 0.57% -
HSV(B) 210.56º 0.85% 0.99% -
XYZ 28.32 27.13 96.67 -
YUV 123.85 200.88 66.06 -
System Red Green Blue C M Y K H S L
Decimal 37 143 253 0.85 0.43 0 0.01 210.56 0.98 0.57
Hex 25 8F FD 55 2B 0 1 D3 62 39
Octal 45 217 375 125 53 0 1 323 142 71
Binary 100101 10001111 11111101 1010101 101011 0 1 11010011 1100010 111001

Color Harmonies of #258FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258FFD

Black with #258FFD

Text Example


Text Example

White with #258FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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