Html Css Color HEX #1457CC Denim

📋 copy color: '#1457CC'

red 20 ◦ green 87 ◦ blue 204

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

Shades of Denim #1457CC

Tints of Denim #1457CC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.97%

 BLUE value IS 204 (80.08% from 255) = 65.59%

R = 6.43%
G = 27.97%
B = 65.59%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1457CC (or 0x1457CC) is known color: Denim. HEX triplet: 14, 57 and CC. RGB value is (20,87,204). Sum of RGB (Red+Green+Blue) = 20+87+204=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #1457CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1457CC is #EBA833. Grayscale: #4F4F4F. Windows color (decimal): -15444020 or 13391636. OLE color: 13391636.

HSL color Cylindrical-coordinate representation of color #1457CC: hue angle of 218.15º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1457CC is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 87 204 -
CMYK 0.90 0.57 0 0.2
HSL 218.15º 0.82% 0.44% -
HSV(B) 218.15º 0.9% 0.8% -
XYZ 14.6 11.32 58.54 -
YUV 80.31 197.8 84.99 -
System Red Green Blue C M Y K H S L
Decimal 20 87 204 0.90 0.57 0 0.2 218.15 0.82 0.44
Hex 14 57 CC 5A 39 0 14 DA 52 2C
Octal 24 127 314 132 71 0 24 332 122 54
Binary 10100 1010111 11001100 1011010 111001 0 10100 11011010 1010010 101100

Color Harmonies of #1457CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1457CC

Black with #1457CC

Text Example


Text Example

White with #1457CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1457CC; }

 p { color: rgb(20,87,204); }

 H1.HeaderClassName
 {
   color: #1457CC;
 }
 .AnyTagClassName
 {
   color: #1457CC;
 }
</style>

background-color css

<style>
 a { background-color: #1457CC; }

 a { background-color: rgb(20,87,204); }

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

border-color css

<style>
 span { border-color: #1457CC; }

 span { border-color: rgb(20,87,204); }

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