Html Css Color HEX #819FDC Jordy Blue

📋 copy color: '#819FDC'

red 129 ◦ green 159 ◦ blue 220

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

Shades of Jordy Blue #819FDC

Tints of Jordy Blue #819FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 25.39%
G = 31.3%
B = 43.31%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#819FDC (or 0x819FDC) is known color: Jordy Blue. HEX triplet: 81, 9F and DC. RGB value is (129,159,220). Sum of RGB (Red+Green+Blue) = 129+159+220=508 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.39% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #819FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FDC is #7E6023. Grayscale: #9C9C9C. Windows color (decimal): -8282148 or 14458753. OLE color: 14458753.

HSL color Cylindrical-coordinate representation of color #819FDC: hue angle of 220.22º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #819FDC is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 159 220 -
CMYK 0.41 0.28 0 0.14
HSL 220.22º 0.57% 0.68% -
HSV(B) 220.22º 0.41% 0.86% -
XYZ 34.37 34.63 72.58 -
YUV 156.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 129 159 220 0.41 0.28 0 0.14 220.22 0.57 0.68
Hex 81 9F DC 29 1C 0 E DC 39 44
Octal 201 237 334 51 34 0 16 334 71 104
Binary 10000001 10011111 11011100 101001 11100 0 1110 11011100 111001 1000100

Color Harmonies of #819FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819FDC

Black with #819FDC

Text Example


Text Example

White with #819FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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