Html Css Color HEX #258DDB Dodger Blue

📋 copy color: '#258DDB'

red 37 ◦ green 141 ◦ blue 219

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

Shades of Dodger Blue #258DDB

Tints of Dodger Blue #258DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.52%

 BLUE value IS 219 (85.94% from 255) = 55.16%

R = 9.32%
G = 35.52%
B = 55.16%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#258DDB (or 0x258DDB) is known color: Dodger Blue. HEX triplet: 25, 8D and DB. RGB value is (37,141,219). Sum of RGB (Red+Green+Blue) = 37+141+219=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #258DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258DDB is #DA7224. Grayscale: #767676. Windows color (decimal): -14316069 or 14388517. OLE color: 14388517.

HSL color Cylindrical-coordinate representation of color #258DDB: hue angle of 205.71º 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 #258DDB is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 141 219 -
CMYK 0.83 0.36 0 0.14
HSL 205.71º 0.72% 0.5% -
HSV(B) 205.71º 0.83% 0.86% -
XYZ 23.07 24.56 70.54 -
YUV 118.8 184.54 69.66 -
System Red Green Blue C M Y K H S L
Decimal 37 141 219 0.83 0.36 0 0.14 205.71 0.72 0.5
Hex 25 8D DB 53 24 0 E CE 48 32
Octal 45 215 333 123 44 0 16 316 110 62
Binary 100101 10001101 11011011 1010011 100100 0 1110 11001110 1001000 110010

Color Harmonies of #258DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258DDB

Black with #258DDB

Text Example


Text Example

White with #258DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,141,219); }

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

background-color css

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

 a { background-color: rgb(37,141,219); }

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

border-color css

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

 span { border-color: rgb(37,141,219); }

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