Html Css Color HEX #258BF2 Dodger Blue

📋 copy color: '#258BF2'

red 37 ◦ green 139 ◦ blue 242

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

Shades of Dodger Blue #258BF2

Tints of Dodger Blue #258BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 57.89%

R = 8.85%
G = 33.25%
B = 57.89%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#258BF2 (or 0x258BF2) is known color: Dodger Blue. HEX triplet: 25, 8B and F2. RGB value is (37,139,242). Sum of RGB (Red+Green+Blue) = 37+139+242=418 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.85% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 242 (94.92% from 255 or 57.89% from 418); Max value from RGB is 242 - color contains mainly: blue. Hex color #258BF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258BF2 is #DA740D. Grayscale: #777777. Windows color (decimal): -14316558 or 15895333. OLE color: 15895333.

HSL color Cylindrical-coordinate representation of color #258BF2: hue angle of 210.15º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258BF2 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 139 242 -
CMYK 0.85 0.43 0 0.05
HSL 210.15º 0.89% 0.55% -
HSV(B) 210.15º 0.85% 0.95% -
XYZ 26.02 25.27 87.51 -
YUV 120.24 196.71 68.62 -
System Red Green Blue C M Y K H S L
Decimal 37 139 242 0.85 0.43 0 0.05 210.15 0.89 0.55
Hex 25 8B F2 55 2B 0 5 D2 59 37
Octal 45 213 362 125 53 0 5 322 131 67
Binary 100101 10001011 11110010 1010101 101011 0 101 11010010 1011001 110111

Color Harmonies of #258BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258BF2

Black with #258BF2

Text Example


Text Example

White with #258BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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