Html Css Color HEX #84A4DC Jordy Blue

📋 copy color: '#84A4DC'

red 132 ◦ green 164 ◦ blue 220

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

Shades of Jordy Blue #84A4DC

Tints of Jordy Blue #84A4DC

RGB

 RED value IS 132 (51.95% from 255) = 25.58%

 GREEN value IS 164 (64.45% from 255) = 31.78%

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

R = 25.58%
G = 31.78%
B = 42.64%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84A4DC (or 0x84A4DC) is known color: Jordy Blue. HEX triplet: 84, A4 and DC. RGB value is (132,164,220). Sum of RGB (Red+Green+Blue) = 132+164+220=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #84A4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A4DC is #7B5B23. Grayscale: #A0A0A0. Windows color (decimal): -8084260 or 14460036. OLE color: 14460036.

HSL color Cylindrical-coordinate representation of color #84A4DC: hue angle of 218.18º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84A4DC is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 164 220 -
CMYK 0.40 0.25 0 0.14
HSL 218.18º 0.56% 0.69% -
HSV(B) 218.18º 0.4% 0.86% -
XYZ 35.71 36.62 72.9 -
YUV 160.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 132 164 220 0.40 0.25 0 0.14 218.18 0.56 0.69
Hex 84 A4 DC 28 19 0 E DA 38 45
Octal 204 244 334 50 31 0 16 332 70 105
Binary 10000100 10100100 11011100 101000 11001 0 1110 11011010 111000 1000101

Color Harmonies of #84A4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A4DC

Black with #84A4DC

Text Example


Text Example

White with #84A4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84A4DC; }

 p { color: rgb(132,164,220); }

 H1.HeaderClassName
 {
   color: #84A4DC;
 }
 .AnyTagClassName
 {
   color: #84A4DC;
 }
</style>

background-color css

<style>
 a { background-color: #84A4DC; }

 a { background-color: rgb(132,164,220); }

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

border-color css

<style>
 span { border-color: #84A4DC; }

 span { border-color: rgb(132,164,220); }

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