Html Css Color HEX #819FEC Jordy Blue

📋 copy color: '#819FEC'

red 129 ◦ green 159 ◦ blue 236

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

Shades of Jordy Blue #819FEC

Tints of Jordy Blue #819FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 24.62%
G = 30.34%
B = 45.04%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#819FEC (or 0x819FEC) is known color: Jordy Blue. HEX triplet: 81, 9F and EC. RGB value is (129,159,236). Sum of RGB (Red+Green+Blue) = 129+159+236=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #819FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819FEC is #7E6013. Grayscale: #9E9E9E. Windows color (decimal): -8282132 or 15507329. OLE color: 15507329.

HSL color Cylindrical-coordinate representation of color #819FEC: hue angle of 223.18º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #819FEC is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 159 236 -
CMYK 0.45 0.33 0 0.07
HSL 223.18º 0.74% 0.72% -
HSV(B) 223.18º 0.45% 0.93% -
XYZ 36.59 35.52 84.28 -
YUV 158.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 129 159 236 0.45 0.33 0 0.07 223.18 0.74 0.72
Hex 81 9F EC 2D 21 0 7 DF 4A 48
Octal 201 237 354 55 41 0 7 337 112 110
Binary 10000001 10011111 11101100 101101 100001 0 111 11011111 1001010 1001000

Color Harmonies of #819FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819FEC

Black with #819FEC

Text Example


Text Example

White with #819FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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