#819EF0

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

Shades of Jordy Blue #819EF0

Tints of Jordy Blue #819EF0

Color information

#819EF0 (or 0x819EF0) is unknown color: approx Jordy Blue. HEX triplet: 81, 9E and F0. RGB value is (129,158,240). Sum of RGB (Red+Green+Blue) = 129+158+240=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #819EF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819EF0 is #7E610F. Grayscale: #9E9E9E. Windows color (decimal): -8282384 or 15769217. OLE color: 15769217.

HSL color Cylindrical-coordinate representation of color #819EF0: hue angle of 224.32º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #819EF0 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB129158240-
CMYK0.460.3400.06
HSL224.32º78.72%72.35%-
HSV(B)224.32º46.25%94.12%-
XYZ37.0135.4187.32-
YUV158.68173.89106.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.48%
GREEN value IS 158 (62.11% from 255) = 29.98%
BLUE value IS 240 (94.14% from 255) = 45.54%
R=24.48%
G=29.98%
B=45.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1291582400.460.3400.06224.3278.7272.35
Hex819EF02E2206e04f48
Octal201236360564206340117110
Binary10000001100111101111000010111010001001101110000010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,158,240); }

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

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

 a { background-color: rgb(129,158,240); }

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

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

 span { border-color: rgb(129,158,240); }

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