Html Css Color HEX #258FEE Dodger Blue

📋 copy color: '#258FEE'

red 37 ◦ green 143 ◦ blue 238

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

Shades of Dodger Blue #258FEE

Tints of Dodger Blue #258FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.21%

 BLUE value IS 238 (93.36% from 255) = 56.94%

R = 8.85%
G = 34.21%
B = 56.94%

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

#258FEE (or 0x258FEE) is known color: Dodger Blue. HEX triplet: 25, 8F and EE. RGB value is (37,143,238). Sum of RGB (Red+Green+Blue) = 37+143+238=418 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.85% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #258FEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258FEE is #DA7011. Grayscale: #797979. Windows color (decimal): -14315538 or 15634213. OLE color: 15634213.

HSL color Cylindrical-coordinate representation of color #258FEE: hue angle of 208.36º degrees, saturation: 0.86, 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 #258FEE is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 143 238 -
CMYK 0.84 0.40 0 0.07
HSL 208.36º 0.86% 0.54% -
HSV(B) 208.36º 0.84% 0.93% -
XYZ 26.02 26.21 84.58 -
YUV 122.14 193.38 67.28 -
System Red Green Blue C M Y K H S L
Decimal 37 143 238 0.84 0.40 0 0.07 208.36 0.86 0.54
Hex 25 8F EE 54 28 0 7 D0 56 36
Octal 45 217 356 124 50 0 7 320 126 66
Binary 100101 10001111 11101110 1010100 101000 0 111 11010000 1010110 110110

Color Harmonies of #258FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258FEE

Black with #258FEE

Text Example


Text Example

White with #258FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,143,238); }

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

background-color css

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

 a { background-color: rgb(37,143,238); }

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

border-color css

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

 span { border-color: rgb(37,143,238); }

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