Html Css Color HEX #819FEF Jordy Blue

📋 copy color: '#819FEF'

red 129 ◦ green 159 ◦ blue 239

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

Shades of Jordy Blue #819FEF

Tints of Jordy Blue #819FEF

RGB

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

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

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

R = 24.48%
G = 30.17%
B = 45.35%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#819FEF (or 0x819FEF) is known color: Jordy Blue. HEX triplet: 81, 9F and EF. RGB value is (129,159,239). Sum of RGB (Red+Green+Blue) = 129+159+239=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #819FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819FEF is #7E6010. Grayscale: #9E9E9E. Windows color (decimal): -8282129 or 15703937. OLE color: 15703937.

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

Color convert

RGB 129 159 239 -
CMYK 0.46 0.33 0 0.06
HSL 223.64º 0.77% 0.72% -
HSV(B) 223.64º 0.46% 0.94% -
XYZ 37.03 35.7 86.6 -
YUV 159.15 173.06 106.5 -
System Red Green Blue C M Y K H S L
Decimal 129 159 239 0.46 0.33 0 0.06 223.64 0.77 0.72
Hex 81 9F EF 2E 21 0 6 E0 4D 48
Octal 201 237 357 56 41 0 6 340 115 110
Binary 10000001 10011111 11101111 101110 100001 0 110 11100000 1001101 1001000

Color Harmonies of #819FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819FEF

Black with #819FEF

Text Example


Text Example

White with #819FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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