Html Css Color HEX #15A1FE Dodger Blue

📋 copy color: '#15A1FE'

red 21 ◦ green 161 ◦ blue 254

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

Shades of Dodger Blue #15A1FE

Tints of Dodger Blue #15A1FE

RGB

 RED value IS 21 (8.59% from 255) = 4.82%

 GREEN value IS 161 (63.28% from 255) = 36.93%

 BLUE value IS 254 (99.61% from 255) = 58.26%

R = 4.82%
G = 36.93%
B = 58.26%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#15A1FE (or 0x15A1FE) is known color: Dodger Blue. HEX triplet: 15, A1 and FE. RGB value is (21,161,254). Sum of RGB (Red+Green+Blue) = 21+161+254=436 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.82% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #15A1FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A1FE is #EA5E01. Grayscale: #818181. Windows color (decimal): -15359490 or 16687381. OLE color: 16687381.

HSL color Cylindrical-coordinate representation of color #15A1FE: hue angle of 203.95º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15A1FE is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 21 161 254 -
CMYK 0.92 0.37 0 0.00
HSL 203.95º 0.99% 0.54% -
HSV(B) 203.95º 0.92% 1% -
XYZ 30.94 32.8 98.47 -
YUV 129.74 198.12 50.44 -
System Red Green Blue C M Y K H S L
Decimal 21 161 254 0.92 0.37 0 0.00 203.95 0.99 0.54
Hex 15 A1 FE 5C 25 0 0 CC 63 36
Octal 25 241 376 134 45 0 0 314 143 66
Binary 10101 10100001 11111110 1011100 100101 0 0 11001100 1100011 110110

Color Harmonies of #15A1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A1FE

Black with #15A1FE

Text Example


Text Example

White with #15A1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15A1FE; }

 p { color: rgb(21,161,254); }

 H1.HeaderClassName
 {
   color: #15A1FE;
 }
 .AnyTagClassName
 {
   color: #15A1FE;
 }
</style>

background-color css

<style>
 a { background-color: #15A1FE; }

 a { background-color: rgb(21,161,254); }

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

border-color css

<style>
 span { border-color: #15A1FE; }

 span { border-color: rgb(21,161,254); }

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