Html Css Color HEX #14A8FC Dodger Blue

📋 copy color: '#14A8FC'

red 20 ◦ green 168 ◦ blue 252

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

Shades of Dodger Blue #14A8FC

Tints of Dodger Blue #14A8FC

RGB

 RED value IS 20 (8.2% from 255) = 4.55%

 GREEN value IS 168 (66.02% from 255) = 38.18%

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

R = 4.55%
G = 38.18%
B = 57.27%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#14A8FC (or 0x14A8FC) is known color: Dodger Blue. HEX triplet: 14, A8 and FC. RGB value is (20,168,252). Sum of RGB (Red+Green+Blue) = 20+168+252=440 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.55% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #14A8FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A8FC is #EB5703. Grayscale: #848484. Windows color (decimal): -15423236 or 16558100. OLE color: 16558100.

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

Color convert

RGB 20 168 252 -
CMYK 0.92 0.33 0 0.01
HSL 201.72º 0.97% 0.53% -
HSV(B) 201.72º 0.92% 0.99% -
XYZ 31.86 35.18 97.21 -
YUV 133.32 194.97 47.17 -
System Red Green Blue C M Y K H S L
Decimal 20 168 252 0.92 0.33 0 0.01 201.72 0.97 0.53
Hex 14 A8 FC 5C 21 0 1 CA 61 35
Octal 24 250 374 134 41 0 1 312 141 65
Binary 10100 10101000 11111100 1011100 100001 0 1 11001010 1100001 110101

Color Harmonies of #14A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A8FC

Black with #14A8FC

Text Example


Text Example

White with #14A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14A8FC; }

 p { color: rgb(20,168,252); }

 H1.HeaderClassName
 {
   color: #14A8FC;
 }
 .AnyTagClassName
 {
   color: #14A8FC;
 }
</style>

background-color css

<style>
 a { background-color: #14A8FC; }

 a { background-color: rgb(20,168,252); }

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

border-color css

<style>
 span { border-color: #14A8FC; }

 span { border-color: rgb(20,168,252); }

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