Html Css Color HEX #258AF3 Dodger Blue

📋 copy color: '#258AF3'

red 37 ◦ green 138 ◦ blue 243

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

Shades of Dodger Blue #258AF3

Tints of Dodger Blue #258AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 58.13%

R = 8.85%
G = 33.01%
B = 58.13%

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

#258AF3 (or 0x258AF3) is known color: Dodger Blue. HEX triplet: 25, 8A and F3. RGB value is (37,138,243). Sum of RGB (Red+Green+Blue) = 37+138+243=418 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.85% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 243 (95.31% from 255 or 58.13% from 418); Max value from RGB is 243 - color contains mainly: blue. Hex color #258AF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258AF3 is #DA750C. Grayscale: #777777. Windows color (decimal): -14316813 or 15960613. OLE color: 15960613.

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

Color convert

RGB 37 138 243 -
CMYK 0.85 0.43 0 0.05
HSL 210.58º 0.9% 0.55% -
HSV(B) 210.58º 0.85% 0.95% -
XYZ 26.03 25.04 88.26 -
YUV 119.77 197.54 68.96 -
System Red Green Blue C M Y K H S L
Decimal 37 138 243 0.85 0.43 0 0.05 210.58 0.9 0.55
Hex 25 8A F3 55 2B 0 5 D3 5A 37
Octal 45 212 363 125 53 0 5 323 132 67
Binary 100101 10001010 11110011 1010101 101011 0 101 11010011 1011010 110111

Color Harmonies of #258AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258AF3

Black with #258AF3

Text Example


Text Example

White with #258AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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