#819FF9

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

Shades of Jordy Blue #819FF9

Tints of Jordy Blue #819FF9

Color information

#819FF9 (or 0x819FF9) is unknown color: approx Jordy Blue. HEX triplet: 81, 9F and F9. RGB value is (129,159,249). Sum of RGB (Red+Green+Blue) = 129+159+249=537 (71% of max value = 765). Red value is 129 (50.78% from 255 or 24.02% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #819FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819FF9 is #7E6006. Grayscale: #9F9F9F. Windows color (decimal): -8282119 or 16359297. OLE color: 16359297.

HSL color Cylindrical-coordinate representation of color #819FF9: hue angle of 225º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #819FF9 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129159249-
CMYK0.480.3600.02
HSL225º90.91%74.12%-
HSV(B)225º48.19%97.65%-
XYZ38.5536.394.6-
YUV160.29178.06105.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.02%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 249 (97.66% from 255) = 46.37%
R=24.02%
G=29.61%
B=46.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291592490.480.3600.0222590.9174.12
Hex819FF9302402e15b4a
Octal201237371604402341133112
Binary1000000110011111111110011100001001000101110000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819FF9; }

 p { color: rgb(129,159,249); }

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

<style>
 a { background-color: #819FF9; }

 a { background-color: rgb(129,159,249); }

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

<style>
 span { border-color: #819FF9; }

 span { border-color: rgb(129,159,249); }

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