Html Css Color HEX #258AF2 Dodger Blue

📋 copy color: '#258AF2'

red 37 ◦ green 138 ◦ blue 242

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

Shades of Dodger Blue #258AF2

Tints of Dodger Blue #258AF2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.09%

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

R = 8.87%
G = 33.09%
B = 58.03%

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

#258AF2 (or 0x258AF2) is known color: Dodger Blue. HEX triplet: 25, 8A and F2. RGB value is (37,138,242). Sum of RGB (Red+Green+Blue) = 37+138+242=417 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.87% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 242 (94.92% from 255 or 58.03% from 417); Max value from RGB is 242 - color contains mainly: blue. Hex color #258AF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258AF2 is #DA750D. Grayscale: #777777. Windows color (decimal): -14316814 or 15895077. OLE color: 15895077.

HSL color Cylindrical-coordinate representation of color #258AF2: hue angle of 210.44º 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 #258AF2 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 138 242 -
CMYK 0.85 0.43 0 0.05
HSL 210.44º 0.89% 0.55% -
HSV(B) 210.44º 0.85% 0.95% -
XYZ 25.88 24.98 87.46 -
YUV 119.66 197.04 69.04 -
System Red Green Blue C M Y K H S L
Decimal 37 138 242 0.85 0.43 0 0.05 210.44 0.89 0.55
Hex 25 8A F2 55 2B 0 5 D2 59 37
Octal 45 212 362 125 53 0 5 322 131 67
Binary 100101 10001010 11110010 1010101 101011 0 101 11010010 1011001 110111

Color Harmonies of #258AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258AF2

Black with #258AF2

Text Example


Text Example

White with #258AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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