Html Css Color HEX #258ADE Dodger Blue

📋 copy color: '#258ADE'

red 37 ◦ green 138 ◦ blue 222

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

Shades of Dodger Blue #258ADE

Tints of Dodger Blue #258ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.92%

R = 9.32%
G = 34.76%
B = 55.92%

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

#258ADE (or 0x258ADE) is known color: Dodger Blue. HEX triplet: 25, 8A and DE. RGB value is (37,138,222). Sum of RGB (Red+Green+Blue) = 37+138+222=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #258ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258ADE is #DA7521. Grayscale: #747474. Windows color (decimal): -14316834 or 14584357. OLE color: 14584357.

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

Color convert

RGB 37 138 222 -
CMYK 0.83 0.38 0 0.13
HSL 207.24º 0.74% 0.51% -
HSV(B) 207.24º 0.83% 0.87% -
XYZ 23.04 23.84 72.5 -
YUV 117.38 187.04 70.67 -
System Red Green Blue C M Y K H S L
Decimal 37 138 222 0.83 0.38 0 0.13 207.24 0.74 0.51
Hex 25 8A DE 53 26 0 D CF 4A 33
Octal 45 212 336 123 46 0 15 317 112 63
Binary 100101 10001010 11011110 1010011 100110 0 1101 11001111 1001010 110011

Color Harmonies of #258ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258ADE

Black with #258ADE

Text Example


Text Example

White with #258ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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