#719CCF

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

Shades of Jordy Blue #719CCF

Tints of Jordy Blue #719CCF

Color information

#719CCF (or 0x719CCF) is unknown color: approx Jordy Blue. HEX triplet: 71, 9C and CF. RGB value is (113,156,207). Sum of RGB (Red+Green+Blue) = 113+156+207=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #719CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CCF is #8E6330. Grayscale: #949494. Windows color (decimal): -9331505 or 13606001. OLE color: 13606001.

HSL color Cylindrical-coordinate representation of color #719CCF: hue angle of 212.55º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #719CCF is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB113156207-
CMYK0.450.2500.19
HSL212.55º49.47%62.75%-
HSV(B)212.55º45.41%81.18%-
XYZ29.9631.7963.59-
YUV148.96160.75102.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.74%
GREEN value IS 156 (61.33% from 255) = 32.77%
BLUE value IS 207 (81.25% from 255) = 43.49%
R=23.74%
G=32.77%
B=43.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1131562070.450.2500.19212.5549.4762.75
Hex719CCF2D19013d5313f
Octal16123431755310233256177
Binary111000110011100110011111011011100101001111010101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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