Html Css Color HEX #14A7FF Dodger Blue

📋 copy color: '#14A7FF'

red 20 ◦ green 167 ◦ blue 255

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

Shades of Dodger Blue #14A7FF

Tints of Dodger Blue #14A7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.69%

R = 4.52%
G = 37.78%
B = 57.69%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#14A7FF (or 0x14A7FF) is known color: Dodger Blue. HEX triplet: 14, A7 and FF. RGB value is (20,167,255). Sum of RGB (Red+Green+Blue) = 20+167+255=442 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.52% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #14A7FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14A7FF is #EB5800. Grayscale: #848484. Windows color (decimal): -15423489 or 16754452. OLE color: 16754452.

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

Color convert

RGB 20 167 255 -
CMYK 0.92 0.35 0 0
HSL 202.47º 1% 0.54% -
HSV(B) 202.47º 0.92% 1% -
XYZ 32.16 35.01 99.67 -
YUV 133.08 196.8 47.34 -
System Red Green Blue C M Y K H S L
Decimal 20 167 255 0.92 0.35 0 0 202.47 1 0.54
Hex 14 A7 FF 5C 23 0 0 CA 64 36
Octal 24 247 377 134 43 0 0 312 144 66
Binary 10100 10100111 11111111 1011100 100011 0 0 11001010 1100100 110110

Color Harmonies of #14A7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A7FF

Black with #14A7FF

Text Example


Text Example

White with #14A7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,167,255); }

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

background-color css

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

 a { background-color: rgb(20,167,255); }

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

border-color css

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

 span { border-color: rgb(20,167,255); }

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