#719CDA

Color #719CDA Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #719CDA

Tints of Jordy Blue #719CDA

Color information

#719CDA (or 0x719CDA) is unknown color: approx Jordy Blue. HEX triplet: 71, 9C and DA. RGB value is (113,156,218). Sum of RGB (Red+Green+Blue) = 113+156+218=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #719CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CDA is #8E6325. Grayscale: #959595. Windows color (decimal): -9331494 or 14326897. OLE color: 14326897.

HSL color Cylindrical-coordinate representation of color #719CDA: hue angle of 215.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #719CDA is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113156218-
CMYK0.480.2800.15
HSL215.43º58.66%64.9%-
HSV(B)215.43º48.17%85.49%-
XYZ31.3532.3570.92-
YUV150.21166.25101.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.20%
GREEN value IS 156 (61.33% from 255) = 32.03%
BLUE value IS 218 (85.55% from 255) = 44.76%
R=23.20%
G=32.03%
B=44.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131562180.480.2800.15215.4358.6664.9
Hex719CDA301C0Fd73b41
Octal161234332603401732773101
Binary111000110011100110110101100001110001111110101111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719CDA; }

 p { color: rgb(113,156,218); }

 H1.HeaderClassName
 {
   color: #719CDA;
 }
 .AnyTagClassName
 {
   color: #719CDA;
 }
</style>
background-color css

<style>
 a { background-color: #719CDA; }

 a { background-color: rgb(113,156,218); }

 div.DivClassName
 {
   background-color: #719CDA;
 }
 .BgClassName
 {
   background-color: #719CDA;
 }
</style>
border-color css

<style>
 span { border-color: #719CDA; }

 span { border-color: rgb(113,156,218); }

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