Html Css Color HEX #258BE1 Dodger Blue

📋 copy color: '#258BE1'

red 37 ◦ green 139 ◦ blue 225

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

Shades of Dodger Blue #258BE1

Tints of Dodger Blue #258BE1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

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

R = 9.23%
G = 34.66%
B = 56.11%

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

#258BE1 (or 0x258BE1) is known color: Dodger Blue. HEX triplet: 25, 8B and E1. RGB value is (37,139,225). Sum of RGB (Red+Green+Blue) = 37+139+225=401 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.23% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #258BE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258BE1 is #DA741E. Grayscale: #757575. Windows color (decimal): -14316575 or 14781221. OLE color: 14781221.

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

Color convert

RGB 37 139 225 -
CMYK 0.84 0.38 0 0.12
HSL 207.45º 0.76% 0.51% -
HSV(B) 207.45º 0.84% 0.88% -
XYZ 23.59 24.29 74.68 -
YUV 118.31 188.21 70.01 -
System Red Green Blue C M Y K H S L
Decimal 37 139 225 0.84 0.38 0 0.12 207.45 0.76 0.51
Hex 25 8B E1 54 26 0 C CF 4C 33
Octal 45 213 341 124 46 0 14 317 114 63
Binary 100101 10001011 11100001 1010100 100110 0 1100 11001111 1001100 110011

Color Harmonies of #258BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258BE1

Black with #258BE1

Text Example


Text Example

White with #258BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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