Html Css Color HEX #819FEB Jordy Blue

📋 copy color: '#819FEB'

red 129 ◦ green 159 ◦ blue 235

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

Shades of Jordy Blue #819FEB

Tints of Jordy Blue #819FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 24.67%
G = 30.4%
B = 44.93%

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

#819FEB (or 0x819FEB) is known color: Jordy Blue. HEX triplet: 81, 9F and EB. RGB value is (129,159,235). Sum of RGB (Red+Green+Blue) = 129+159+235=523 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.67% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #819FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819FEB is #7E6014. Grayscale: #9E9E9E. Windows color (decimal): -8282133 or 15441793. OLE color: 15441793.

HSL color Cylindrical-coordinate representation of color #819FEB: hue angle of 223.02º degrees, saturation: 0.73, 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 #819FEB is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 159 235 -
CMYK 0.45 0.32 0 0.08
HSL 223.02º 0.73% 0.71% -
HSV(B) 223.02º 0.45% 0.92% -
XYZ 36.45 35.46 83.52 -
YUV 158.69 171.06 106.82 -
System Red Green Blue C M Y K H S L
Decimal 129 159 235 0.45 0.32 0 0.08 223.02 0.73 0.71
Hex 81 9F EB 2D 20 0 8 DF 49 47
Octal 201 237 353 55 40 0 10 337 111 107
Binary 10000001 10011111 11101011 101101 100000 0 1000 11011111 1001001 1000111

Color Harmonies of #819FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819FEB

Black with #819FEB

Text Example


Text Example

White with #819FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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