Html Css Color HEX #258DFD Dodger Blue

📋 copy color: '#258DFD'

red 37 ◦ green 141 ◦ blue 253

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

Shades of Dodger Blue #258DFD

Tints of Dodger Blue #258DFD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.71%

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

R = 8.58%
G = 32.71%
B = 58.7%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#258DFD (or 0x258DFD) is known color: Dodger Blue. HEX triplet: 25, 8D and FD. RGB value is (37,141,253). Sum of RGB (Red+Green+Blue) = 37+141+253=431 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.58% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #258DFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258DFD is #DA7202. Grayscale: #7A7A7A. Windows color (decimal): -14316035 or 16616741. OLE color: 16616741.

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

Color convert

RGB 37 141 253 -
CMYK 0.85 0.44 0 0.01
HSL 211.11º 0.98% 0.57% -
HSV(B) 211.11º 0.85% 0.99% -
XYZ 28.02 26.53 96.57 -
YUV 122.67 201.54 66.89 -
System Red Green Blue C M Y K H S L
Decimal 37 141 253 0.85 0.44 0 0.01 211.11 0.98 0.57
Hex 25 8D FD 55 2C 0 1 D3 62 39
Octal 45 215 375 125 54 0 1 323 142 71
Binary 100101 10001101 11111101 1010101 101100 0 1 11010011 1100010 111001

Color Harmonies of #258DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258DFD

Black with #258DFD

Text Example


Text Example

White with #258DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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