Html Css Color HEX #15A6FC Dodger Blue

📋 copy color: '#15A6FC'

red 21 ◦ green 166 ◦ blue 252

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

Shades of Dodger Blue #15A6FC

Tints of Dodger Blue #15A6FC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.81%

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

R = 4.78%
G = 37.81%
B = 57.4%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#15A6FC (or 0x15A6FC) is known color: Dodger Blue. HEX triplet: 15, A6 and FC. RGB value is (21,166,252). Sum of RGB (Red+Green+Blue) = 21+166+252=439 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.78% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #15A6FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15A6FC is #EA5903. Grayscale: #838383. Windows color (decimal): -15358212 or 16557589. OLE color: 16557589.

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

Color convert

RGB 21 166 252 -
CMYK 0.92 0.34 0 0.01
HSL 202.34º 0.97% 0.54% -
HSV(B) 202.34º 0.92% 0.99% -
XYZ 31.52 34.46 97.09 -
YUV 132.45 195.46 48.51 -
System Red Green Blue C M Y K H S L
Decimal 21 166 252 0.92 0.34 0 0.01 202.34 0.97 0.54
Hex 15 A6 FC 5C 22 0 1 CA 61 36
Octal 25 246 374 134 42 0 1 312 141 66
Binary 10101 10100110 11111100 1011100 100010 0 1 11001010 1100001 110110

Color Harmonies of #15A6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A6FC

Black with #15A6FC

Text Example


Text Example

White with #15A6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,166,252); }

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

background-color css

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

 a { background-color: rgb(21,166,252); }

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

border-color css

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

 span { border-color: rgb(21,166,252); }

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