Html Css Color HEX #14A8FA Dodger Blue

📋 copy color: '#14A8FA'

red 20 ◦ green 168 ◦ blue 250

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

Shades of Dodger Blue #14A8FA

Tints of Dodger Blue #14A8FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.08%

R = 4.57%
G = 38.36%
B = 57.08%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#14A8FA (or 0x14A8FA) is known color: Dodger Blue. HEX triplet: 14, A8 and FA. RGB value is (20,168,250). Sum of RGB (Red+Green+Blue) = 20+168+250=438 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.57% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #14A8FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A8FA is #EB5705. Grayscale: #848484. Windows color (decimal): -15423238 or 16427028. OLE color: 16427028.

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

Color convert

RGB 20 168 250 -
CMYK 0.92 0.33 0 0.02
HSL 201.39º 0.96% 0.53% -
HSV(B) 201.39º 0.92% 0.98% -
XYZ 31.55 35.06 95.55 -
YUV 133.1 193.97 47.33 -
System Red Green Blue C M Y K H S L
Decimal 20 168 250 0.92 0.33 0 0.02 201.39 0.96 0.53
Hex 14 A8 FA 5C 21 0 2 C9 60 35
Octal 24 250 372 134 41 0 2 311 140 65
Binary 10100 10101000 11111010 1011100 100001 0 10 11001001 1100000 110101

Color Harmonies of #14A8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A8FA

Black with #14A8FA

Text Example


Text Example

White with #14A8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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