Html Css Color HEX #258EEC Dodger Blue

📋 copy color: '#258EEC'

red 37 ◦ green 142 ◦ blue 236

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

Shades of Dodger Blue #258EEC

Tints of Dodger Blue #258EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 8.92%
G = 34.22%
B = 56.87%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#258EEC (or 0x258EEC) is known color: Dodger Blue. HEX triplet: 25, 8E and EC. RGB value is (37,142,236). Sum of RGB (Red+Green+Blue) = 37+142+236=415 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.92% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #258EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258EEC is #DA7113. Grayscale: #787878. Windows color (decimal): -14315796 or 15502885. OLE color: 15502885.

HSL color Cylindrical-coordinate representation of color #258EEC: hue angle of 208.34º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #258EEC is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 142 236 -
CMYK 0.84 0.40 0 0.07
HSL 208.34º 0.84% 0.54% -
HSV(B) 208.34º 0.84% 0.93% -
XYZ 25.58 25.8 82.99 -
YUV 121.32 192.71 67.86 -
System Red Green Blue C M Y K H S L
Decimal 37 142 236 0.84 0.40 0 0.07 208.34 0.84 0.54
Hex 25 8E EC 54 28 0 7 D0 54 36
Octal 45 216 354 124 50 0 7 320 124 66
Binary 100101 10001110 11101100 1010100 101000 0 111 11010000 1010100 110110

Color Harmonies of #258EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258EEC

Black with #258EEC

Text Example


Text Example

White with #258EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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