Html Css Color HEX #84A2DB Jordy Blue

📋 copy color: '#84A2DB'

red 132 ◦ green 162 ◦ blue 219

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

Shades of Jordy Blue #84A2DB

Tints of Jordy Blue #84A2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.58%

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 25.73%
G = 31.58%
B = 42.69%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84A2DB (or 0x84A2DB) is known color: Jordy Blue. HEX triplet: 84, A2 and DB. RGB value is (132,162,219). Sum of RGB (Red+Green+Blue) = 132+162+219=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #84A2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A2DB is #7B5D24. Grayscale: #9F9F9F. Windows color (decimal): -8084773 or 14393988. OLE color: 14393988.

HSL color Cylindrical-coordinate representation of color #84A2DB: hue angle of 219.31º degrees, saturation: 0.55, 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 #84A2DB is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 162 219 -
CMYK 0.40 0.26 0 0.14
HSL 219.31º 0.55% 0.69% -
HSV(B) 219.31º 0.4% 0.86% -
XYZ 35.22 35.86 72.08 -
YUV 159.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 132 162 219 0.40 0.26 0 0.14 219.31 0.55 0.69
Hex 84 A2 DB 28 1A 0 E DB 37 45
Octal 204 242 333 50 32 0 16 333 67 105
Binary 10000100 10100010 11011011 101000 11010 0 1110 11011011 110111 1000101

Color Harmonies of #84A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A2DB

Black with #84A2DB

Text Example


Text Example

White with #84A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,162,219); }

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

background-color css

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

 a { background-color: rgb(132,162,219); }

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

border-color css

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

 span { border-color: rgb(132,162,219); }

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