#819EF2

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

Shades of Jordy Blue #819EF2

Tints of Jordy Blue #819EF2

Color information

#819EF2 (or 0x819EF2) is unknown color: approx Jordy Blue. HEX triplet: 81, 9E and F2. RGB value is (129,158,242). Sum of RGB (Red+Green+Blue) = 129+158+242=529 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.39% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #819EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819EF2 is #7E610D. Grayscale: #9E9E9E. Windows color (decimal): -8282382 or 15900289. OLE color: 15900289.

HSL color Cylindrical-coordinate representation of color #819EF2: hue angle of 224.6º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #819EF2 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB129158242-
CMYK0.470.3500.05
HSL224.6º81.29%72.75%-
HSV(B)224.6º46.69%94.9%-
XYZ37.3135.5388.9-
YUV158.9174.89106.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.39%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 242 (94.92% from 255) = 45.75%
R=24.39%
G=29.87%
B=45.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1291582420.470.3500.05224.681.2972.75
Hex819EF22F2305e15149
Octal201236362574305341121111
Binary10000001100111101111001010111110001101011110000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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