#719BCE

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

Shades of Jordy Blue #719BCE

Tints of Jordy Blue #719BCE

Color information

#719BCE (or 0x719BCE) is unknown color: approx Jordy Blue. HEX triplet: 71, 9B and CE. RGB value is (113,155,206). Sum of RGB (Red+Green+Blue) = 113+155+206=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #719BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719BCE is #8E6431. Grayscale: #949494. Windows color (decimal): -9331762 or 13540209. OLE color: 13540209.

HSL color Cylindrical-coordinate representation of color #719BCE: hue angle of 212.9º 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 #719BCE is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB113155206-
CMYK0.450.2500.19
HSL212.9º48.69%62.55%-
HSV(B)212.9º45.15%80.78%-
XYZ29.6731.4162.89-
YUV148.26160.59102.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.84%
GREEN value IS 155 (60.94% from 255) = 32.70%
BLUE value IS 206 (80.86% from 255) = 43.46%
R=23.84%
G=32.70%
B=43.46%

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
Decimal1131552060.450.2500.19212.948.6962.55
Hex719BCE2D19013d5313f
Octal16123331655310233256177
Binary111000110011011110011101011011100101001111010101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,155,206); }

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

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

 a { background-color: rgb(113,155,206); }

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

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

 span { border-color: rgb(113,155,206); }

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