Html Css Color HEX #819FEA Jordy Blue

📋 copy color: '#819FEA'

red 129 ◦ green 159 ◦ blue 234

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

Shades of Jordy Blue #819FEA

Tints of Jordy Blue #819FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.46%

 BLUE value IS 234 (91.8% from 255) = 44.83%

R = 24.71%
G = 30.46%
B = 44.83%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#819FEA (or 0x819FEA) is known color: Jordy Blue. HEX triplet: 81, 9F and EA. RGB value is (129,159,234). Sum of RGB (Red+Green+Blue) = 129+159+234=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #819FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819FEA is #7E6015. Grayscale: #9E9E9E. Windows color (decimal): -8282134 or 15376257. OLE color: 15376257.

HSL color Cylindrical-coordinate representation of color #819FEA: hue angle of 222.86º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #819FEA is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 159 234 -
CMYK 0.45 0.32 0 0.08
HSL 222.86º 0.71% 0.71% -
HSV(B) 222.86º 0.45% 0.92% -
XYZ 36.3 35.4 82.76 -
YUV 158.58 170.56 106.9 -
System Red Green Blue C M Y K H S L
Decimal 129 159 234 0.45 0.32 0 0.08 222.86 0.71 0.71
Hex 81 9F EA 2D 20 0 8 DF 47 47
Octal 201 237 352 55 40 0 10 337 107 107
Binary 10000001 10011111 11101010 101101 100000 0 1000 11011111 1000111 1000111

Color Harmonies of #819FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819FEA

Black with #819FEA

Text Example


Text Example

White with #819FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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