Html Css Color HEX #819EEF Jordy Blue

📋 copy color: '#819EEF'

red 129 ◦ green 158 ◦ blue 239

#819EEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #819EEF

Tints of Jordy Blue #819EEF

RGB

 RED value IS 129 (50.78% from 255) = 24.52%

 GREEN value IS 158 (62.11% from 255) = 30.04%

 BLUE value IS 239 (93.75% from 255) = 45.44%

R = 24.52%
G = 30.04%
B = 45.44%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#819EEF (or 0x819EEF) is known color: Jordy Blue. HEX triplet: 81, 9E and EF. RGB value is (129,158,239). Sum of RGB (Red+Green+Blue) = 129+158+239=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #819EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819EEF is #7E6110. Grayscale: #9E9E9E. Windows color (decimal): -8282385 or 15703681. OLE color: 15703681.

HSL color Cylindrical-coordinate representation of color #819EEF: hue angle of 224.18º degrees, saturation: 0.77, 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 #819EEF is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 158 239 -
CMYK 0.46 0.34 0 0.06
HSL 224.18º 0.77% 0.72% -
HSV(B) 224.18º 0.46% 0.94% -
XYZ 36.86 35.35 86.54 -
YUV 158.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 129 158 239 0.46 0.34 0 0.06 224.18 0.77 0.72
Hex 81 9E EF 2E 22 0 6 E0 4D 48
Octal 201 236 357 56 42 0 6 340 115 110
Binary 10000001 10011110 11101111 101110 100010 0 110 11100000 1001101 1001000

Color Harmonies of #819EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819EEF

Black with #819EEF

Text Example


Text Example

White with #819EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #819EEF;
 }
 .AnyTagClassName
 {
   color: #819EEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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