Html Css Color HEX #15A7FE Dodger Blue

📋 copy color: '#15A7FE'

red 21 ◦ green 167 ◦ blue 254

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

Shades of Dodger Blue #15A7FE

Tints of Dodger Blue #15A7FE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.78%

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

R = 4.75%
G = 37.78%
B = 57.47%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#15A7FE (or 0x15A7FE) is known color: Dodger Blue. HEX triplet: 15, A7 and FE. RGB value is (21,167,254). Sum of RGB (Red+Green+Blue) = 21+167+254=442 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.75% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #15A7FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A7FE is #EA5801. Grayscale: #848484. Windows color (decimal): -15357954 or 16688917. OLE color: 16688917.

HSL color Cylindrical-coordinate representation of color #15A7FE: hue angle of 202.4º 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 #15A7FE is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 21 167 254 -
CMYK 0.92 0.34 0 0.00
HSL 202.4º 0.99% 0.54% -
HSV(B) 202.4º 0.92% 1% -
XYZ 32.02 34.95 98.82 -
YUV 133.26 196.13 47.93 -
System Red Green Blue C M Y K H S L
Decimal 21 167 254 0.92 0.34 0 0.00 202.4 0.99 0.54
Hex 15 A7 FE 5C 22 0 0 CA 63 36
Octal 25 247 376 134 42 0 0 312 143 66
Binary 10101 10100111 11111110 1011100 100010 0 0 11001010 1100011 110110

Color Harmonies of #15A7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A7FE

Black with #15A7FE

Text Example


Text Example

White with #15A7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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