Html Css Color HEX #258DDF Dodger Blue

📋 copy color: '#258DDF'

red 37 ◦ green 141 ◦ blue 223

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

Shades of Dodger Blue #258DDF

Tints of Dodger Blue #258DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 9.23%
G = 35.16%
B = 55.61%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#258DDF (or 0x258DDF) is known color: Dodger Blue. HEX triplet: 25, 8D and DF. RGB value is (37,141,223). Sum of RGB (Red+Green+Blue) = 37+141+223=401 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.23% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #258DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258DDF is #DA7220. Grayscale: #767676. Windows color (decimal): -14316065 or 14650661. OLE color: 14650661.

HSL color Cylindrical-coordinate representation of color #258DDF: hue angle of 206.45º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258DDF is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 141 223 -
CMYK 0.83 0.37 0 0.13
HSL 206.45º 0.74% 0.51% -
HSV(B) 206.45º 0.83% 0.87% -
XYZ 23.61 24.77 73.35 -
YUV 119.25 186.54 69.33 -
System Red Green Blue C M Y K H S L
Decimal 37 141 223 0.83 0.37 0 0.13 206.45 0.74 0.51
Hex 25 8D DF 53 25 0 D CE 4A 33
Octal 45 215 337 123 45 0 15 316 112 63
Binary 100101 10001101 11011111 1010011 100101 0 1101 11001110 1001010 110011

Color Harmonies of #258DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258DDF

Black with #258DDF

Text Example


Text Example

White with #258DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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