Html Css Color HEX #258FFA Dodger Blue

📋 copy color: '#258FFA'

red 37 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #258FFA

Tints of Dodger Blue #258FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.14%

R = 8.6%
G = 33.26%
B = 58.14%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#258FFA (or 0x258FFA) is known color: Dodger Blue. HEX triplet: 25, 8F and FA. RGB value is (37,143,250). Sum of RGB (Red+Green+Blue) = 37+143+250=430 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.60% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #258FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258FFA is #DA7005. Grayscale: #7A7A7A. Windows color (decimal): -14315526 or 16420645. OLE color: 16420645.

HSL color Cylindrical-coordinate representation of color #258FFA: hue angle of 210.14º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258FFA is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 143 250 -
CMYK 0.85 0.43 0 0.02
HSL 210.14º 0.96% 0.56% -
HSV(B) 210.14º 0.85% 0.98% -
XYZ 27.84 26.94 94.18 -
YUV 123.5 199.38 66.3 -
System Red Green Blue C M Y K H S L
Decimal 37 143 250 0.85 0.43 0 0.02 210.14 0.96 0.56
Hex 25 8F FA 55 2B 0 2 D2 60 38
Octal 45 217 372 125 53 0 2 322 140 70
Binary 100101 10001111 11111010 1010101 101011 0 10 11010010 1100000 111000

Color Harmonies of #258FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258FFA

Black with #258FFA

Text Example


Text Example

White with #258FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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