Html Css Color HEX #84A8DB Jordy Blue

📋 copy color: '#84A8DB'

red 132 ◦ green 168 ◦ blue 219

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

Shades of Jordy Blue #84A8DB

Tints of Jordy Blue #84A8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.37%

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

R = 25.43%
G = 32.37%
B = 42.2%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84A8DB (or 0x84A8DB) is known color: Jordy Blue. HEX triplet: 84, A8 and DB. RGB value is (132,168,219). Sum of RGB (Red+Green+Blue) = 132+168+219=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #84A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A8DB is #7B5724. Grayscale: #A2A2A2. Windows color (decimal): -8083237 or 14395524. OLE color: 14395524.

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

Color convert

RGB 132 168 219 -
CMYK 0.40 0.23 0 0.14
HSL 215.17º 0.55% 0.69% -
HSV(B) 215.17º 0.4% 0.86% -
XYZ 36.3 38.03 72.44 -
YUV 163.05 159.57 105.85 -
System Red Green Blue C M Y K H S L
Decimal 132 168 219 0.40 0.23 0 0.14 215.17 0.55 0.69
Hex 84 A8 DB 28 17 0 E D7 37 45
Octal 204 250 333 50 27 0 16 327 67 105
Binary 10000100 10101000 11011011 101000 10111 0 1110 11010111 110111 1000101

Color Harmonies of #84A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A8DB

Black with #84A8DB

Text Example


Text Example

White with #84A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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