Html Css Color HEX #258ADD Dodger Blue

📋 copy color: '#258ADD'

red 37 ◦ green 138 ◦ blue 221

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

Shades of Dodger Blue #258ADD

Tints of Dodger Blue #258ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 9.34%
G = 34.85%
B = 55.81%

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

#258ADD (or 0x258ADD) is known color: Dodger Blue. HEX triplet: 25, 8A and DD. RGB value is (37,138,221). Sum of RGB (Red+Green+Blue) = 37+138+221=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #258ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258ADD is #DA7522. Grayscale: #747474. Windows color (decimal): -14316835 or 14518821. OLE color: 14518821.

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

Color convert

RGB 37 138 221 -
CMYK 0.83 0.38 0 0.13
HSL 207.07º 0.73% 0.51% -
HSV(B) 207.07º 0.83% 0.87% -
XYZ 22.9 23.79 71.79 -
YUV 117.26 186.54 70.75 -
System Red Green Blue C M Y K H S L
Decimal 37 138 221 0.83 0.38 0 0.13 207.07 0.73 0.51
Hex 25 8A DD 53 26 0 D CF 49 33
Octal 45 212 335 123 46 0 15 317 111 63
Binary 100101 10001010 11011101 1010011 100110 0 1101 11001111 1001001 110011

Color Harmonies of #258ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258ADD

Black with #258ADD

Text Example


Text Example

White with #258ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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