Html Css Color HEX #84A5DB Jordy Blue

📋 copy color: '#84A5DB'

red 132 ◦ green 165 ◦ blue 219

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

Shades of Jordy Blue #84A5DB

Tints of Jordy Blue #84A5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.98%

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

R = 25.58%
G = 31.98%
B = 42.44%

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

#84A5DB (or 0x84A5DB) is known color: Jordy Blue. HEX triplet: 84, A5 and DB. RGB value is (132,165,219). Sum of RGB (Red+Green+Blue) = 132+165+219=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #84A5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A5DB is #7B5A24. Grayscale: #A1A1A1. Windows color (decimal): -8084005 or 14394756. OLE color: 14394756.

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

Color convert

RGB 132 165 219 -
CMYK 0.40 0.25 0 0.14
HSL 217.24º 0.55% 0.69% -
HSV(B) 217.24º 0.4% 0.86% -
XYZ 35.76 36.93 72.26 -
YUV 161.29 160.57 107.11 -
System Red Green Blue C M Y K H S L
Decimal 132 165 219 0.40 0.25 0 0.14 217.24 0.55 0.69
Hex 84 A5 DB 28 19 0 E D9 37 45
Octal 204 245 333 50 31 0 16 331 67 105
Binary 10000100 10100101 11011011 101000 11001 0 1110 11011001 110111 1000101

Color Harmonies of #84A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A5DB

Black with #84A5DB

Text Example


Text Example

White with #84A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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