Html Css Color HEX #258EDC Dodger Blue

📋 copy color: '#258EDC'

red 37 ◦ green 142 ◦ blue 220

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

Shades of Dodger Blue #258EDC

Tints of Dodger Blue #258EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.59%

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 9.27%
G = 35.59%
B = 55.14%

CMYK

 C value IS 0.83

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#258EDC (or 0x258EDC) is known color: Dodger Blue. HEX triplet: 25, 8E and DC. RGB value is (37,142,220). Sum of RGB (Red+Green+Blue) = 37+142+220=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #258EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258EDC is #DA7123. Grayscale: #777777. Windows color (decimal): -14315812 or 14454309. OLE color: 14454309.

HSL color Cylindrical-coordinate representation of color #258EDC: hue angle of 205.57º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258EDC is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 142 220 -
CMYK 0.83 0.35 0 0.14
HSL 205.57º 0.72% 0.5% -
HSV(B) 205.57º 0.83% 0.86% -
XYZ 23.35 24.91 71.29 -
YUV 119.5 184.71 69.16 -
System Red Green Blue C M Y K H S L
Decimal 37 142 220 0.83 0.35 0 0.14 205.57 0.72 0.5
Hex 25 8E DC 53 23 0 E CE 48 32
Octal 45 216 334 123 43 0 16 316 110 62
Binary 100101 10001110 11011100 1010011 100011 0 1110 11001110 1001000 110010

Color Harmonies of #258EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258EDC

Black with #258EDC

Text Example


Text Example

White with #258EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,142,220); }

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

background-color css

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

 a { background-color: rgb(37,142,220); }

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

border-color css

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

 span { border-color: rgb(37,142,220); }

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