Html Css Color HEX #258AFC Dodger Blue

📋 copy color: '#258AFC'

red 37 ◦ green 138 ◦ blue 252

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

Shades of Dodger Blue #258AFC

Tints of Dodger Blue #258AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.02%

R = 8.67%
G = 32.32%
B = 59.02%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#258AFC (or 0x258AFC) is known color: Dodger Blue. HEX triplet: 25, 8A and FC. RGB value is (37,138,252). Sum of RGB (Red+Green+Blue) = 37+138+252=427 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.67% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #258AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258AFC is #DA7503. Grayscale: #787878. Windows color (decimal): -14316804 or 16550437. OLE color: 16550437.

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

Color convert

RGB 37 138 252 -
CMYK 0.85 0.45 0 0.01
HSL 211.81º 0.97% 0.57% -
HSV(B) 211.81º 0.85% 0.99% -
XYZ 27.42 25.6 95.59 -
YUV 120.8 202.04 68.23 -
System Red Green Blue C M Y K H S L
Decimal 37 138 252 0.85 0.45 0 0.01 211.81 0.97 0.57
Hex 25 8A FC 55 2D 0 1 D4 61 39
Octal 45 212 374 125 55 0 1 324 141 71
Binary 100101 10001010 11111100 1010101 101101 0 1 11010100 1100001 111001

Color Harmonies of #258AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258AFC

Black with #258AFC

Text Example


Text Example

White with #258AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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