Html Css Color HEX #84A3DD Jordy Blue

📋 copy color: '#84A3DD'

red 132 ◦ green 163 ◦ blue 221

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

Shades of Jordy Blue #84A3DD

Tints of Jordy Blue #84A3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.59%

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 25.58%
G = 31.59%
B = 42.83%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#84A3DD (or 0x84A3DD) is known color: Jordy Blue. HEX triplet: 84, A3 and DD. RGB value is (132,163,221). Sum of RGB (Red+Green+Blue) = 132+163+221=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #84A3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A3DD is #7B5C22. Grayscale: #A0A0A0. Windows color (decimal): -8084515 or 14525316. OLE color: 14525316.

HSL color Cylindrical-coordinate representation of color #84A3DD: hue angle of 219.1º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84A3DD is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 163 221 -
CMYK 0.40 0.26 0 0.13
HSL 219.1º 0.57% 0.69% -
HSV(B) 219.1º 0.4% 0.87% -
XYZ 35.66 36.32 73.54 -
YUV 160.34 162.23 107.78 -
System Red Green Blue C M Y K H S L
Decimal 132 163 221 0.40 0.26 0 0.13 219.1 0.57 0.69
Hex 84 A3 DD 28 1A 0 D DB 39 45
Octal 204 243 335 50 32 0 15 333 71 105
Binary 10000100 10100011 11011101 101000 11010 0 1101 11011011 111001 1000101

Color Harmonies of #84A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A3DD

Black with #84A3DD

Text Example


Text Example

White with #84A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,163,221); }

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

background-color css

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

 a { background-color: rgb(132,163,221); }

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

border-color css

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

 span { border-color: rgb(132,163,221); }

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