Html Css Color HEX #258CE1 Dodger Blue

📋 copy color: '#258CE1'

red 37 ◦ green 140 ◦ blue 225

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

Shades of Dodger Blue #258CE1

Tints of Dodger Blue #258CE1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.83%

 BLUE value IS 225 (88.28% from 255) = 55.97%

R = 9.2%
G = 34.83%
B = 55.97%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#258CE1 (or 0x258CE1) is known color: Dodger Blue. HEX triplet: 25, 8C and E1. RGB value is (37,140,225). Sum of RGB (Red+Green+Blue) = 37+140+225=402 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.20% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #258CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258CE1 is #DA731E. Grayscale: #767676. Windows color (decimal): -14316319 or 14781477. OLE color: 14781477.

HSL color Cylindrical-coordinate representation of color #258CE1: hue angle of 207.13º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #258CE1 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 140 225 -
CMYK 0.84 0.38 0 0.12
HSL 207.13º 0.76% 0.51% -
HSV(B) 207.13º 0.84% 0.88% -
XYZ 23.73 24.59 74.73 -
YUV 118.89 187.88 69.59 -
System Red Green Blue C M Y K H S L
Decimal 37 140 225 0.84 0.38 0 0.12 207.13 0.76 0.51
Hex 25 8C E1 54 26 0 C CF 4C 33
Octal 45 214 341 124 46 0 14 317 114 63
Binary 100101 10001100 11100001 1010100 100110 0 1100 11001111 1001100 110011

Color Harmonies of #258CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258CE1

Black with #258CE1

Text Example


Text Example

White with #258CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,140,225); }

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

background-color css

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

 a { background-color: rgb(37,140,225); }

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

border-color css

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

 span { border-color: rgb(37,140,225); }

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