Html Css Color HEX #819FEE Jordy Blue

📋 copy color: '#819FEE'

red 129 ◦ green 159 ◦ blue 238

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

Shades of Jordy Blue #819FEE

Tints of Jordy Blue #819FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.25%

R = 24.52%
G = 30.23%
B = 45.25%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#819FEE (or 0x819FEE) is known color: Jordy Blue. HEX triplet: 81, 9F and EE. RGB value is (129,159,238). Sum of RGB (Red+Green+Blue) = 129+159+238=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #819FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819FEE is #7E6011. Grayscale: #9E9E9E. Windows color (decimal): -8282130 or 15638401. OLE color: 15638401.

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

Color convert

RGB 129 159 238 -
CMYK 0.46 0.33 0 0.07
HSL 223.49º 0.76% 0.72% -
HSV(B) 223.49º 0.46% 0.93% -
XYZ 36.88 35.64 85.82 -
YUV 159.04 172.56 106.58 -
System Red Green Blue C M Y K H S L
Decimal 129 159 238 0.46 0.33 0 0.07 223.49 0.76 0.72
Hex 81 9F EE 2E 21 0 7 DF 4C 48
Octal 201 237 356 56 41 0 7 337 114 110
Binary 10000001 10011111 11101110 101110 100001 0 111 11011111 1001100 1001000

Color Harmonies of #819FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819FEE

Black with #819FEE

Text Example


Text Example

White with #819FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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