Html Css Color HEX #258AFF Dodger Blue

📋 copy color: '#258AFF'

red 37 ◦ green 138 ◦ blue 255

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

Shades of Dodger Blue #258AFF

Tints of Dodger Blue #258AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.3%

R = 8.6%
G = 32.09%
B = 59.3%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#258AFF (or 0x258AFF) is known color: Dodger Blue. HEX triplet: 25, 8A and FF. RGB value is (37,138,255). Sum of RGB (Red+Green+Blue) = 37+138+255=430 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.60% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #258AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258AFF is #DA7500. Grayscale: #787878. Windows color (decimal): -14316801 or 16747045. OLE color: 16747045.

HSL color Cylindrical-coordinate representation of color #258AFF: hue angle of 212.2º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258AFF is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 138 255 -
CMYK 0.85 0.46 0 0
HSL 212.2º 1% 0.57% -
HSV(B) 212.2º 0.85% 1% -
XYZ 27.9 25.79 98.12 -
YUV 121.14 203.54 67.99 -
System Red Green Blue C M Y K H S L
Decimal 37 138 255 0.85 0.46 0 0 212.2 1 0.57
Hex 25 8A FF 55 2E 0 0 D4 64 39
Octal 45 212 377 125 56 0 0 324 144 71
Binary 100101 10001010 11111111 1010101 101110 0 0 11010100 1100100 111001

Color Harmonies of #258AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258AFF

Black with #258AFF

Text Example


Text Example

White with #258AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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