Html Css Color HEX #258ADF Dodger Blue

📋 copy color: '#258ADF'

red 37 ◦ green 138 ◦ blue 223

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

Shades of Dodger Blue #258ADF

Tints of Dodger Blue #258ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.67%

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

R = 9.3%
G = 34.67%
B = 56.03%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#258ADF (or 0x258ADF) is known color: Dodger Blue. HEX triplet: 25, 8A and DF. RGB value is (37,138,223). Sum of RGB (Red+Green+Blue) = 37+138+223=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #258ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258ADF is #DA7520. Grayscale: #757575. Windows color (decimal): -14316833 or 14649893. OLE color: 14649893.

HSL color Cylindrical-coordinate representation of color #258ADF: hue angle of 207.42º 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 #258ADF is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 138 223 -
CMYK 0.83 0.38 0 0.13
HSL 207.42º 0.74% 0.51% -
HSV(B) 207.42º 0.83% 0.87% -
XYZ 23.17 23.9 73.2 -
YUV 117.49 187.54 70.59 -
System Red Green Blue C M Y K H S L
Decimal 37 138 223 0.83 0.38 0 0.13 207.42 0.74 0.51
Hex 25 8A DF 53 26 0 D CF 4A 33
Octal 45 212 337 123 46 0 15 317 112 63
Binary 100101 10001010 11011111 1010011 100110 0 1101 11001111 1001010 110011

Color Harmonies of #258ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258ADF

Black with #258ADF

Text Example


Text Example

White with #258ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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