Html Css Color HEX #258BEF Dodger Blue

📋 copy color: '#258BEF'

red 37 ◦ green 139 ◦ blue 239

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

Shades of Dodger Blue #258BEF

Tints of Dodger Blue #258BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.59%

R = 8.92%
G = 33.49%
B = 57.59%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#258BEF (or 0x258BEF) is known color: Dodger Blue. HEX triplet: 25, 8B and EF. RGB value is (37,139,239). Sum of RGB (Red+Green+Blue) = 37+139+239=415 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.92% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #258BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258BEF is #DA7410. Grayscale: #777777. Windows color (decimal): -14316561 or 15698725. OLE color: 15698725.

HSL color Cylindrical-coordinate representation of color #258BEF: hue angle of 209.7º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258BEF is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 139 239 -
CMYK 0.85 0.42 0 0.06
HSL 209.7º 0.86% 0.54% -
HSV(B) 209.7º 0.85% 0.94% -
XYZ 25.58 25.09 85.16 -
YUV 119.9 195.21 68.87 -
System Red Green Blue C M Y K H S L
Decimal 37 139 239 0.85 0.42 0 0.06 209.7 0.86 0.54
Hex 25 8B EF 55 2A 0 6 D2 56 36
Octal 45 213 357 125 52 0 6 322 126 66
Binary 100101 10001011 11101111 1010101 101010 0 110 11010010 1010110 110110

Color Harmonies of #258BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258BEF

Black with #258BEF

Text Example


Text Example

White with #258BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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