Html Css Color HEX #84A1F3 Jordy Blue

📋 copy color: '#84A1F3'

red 132 ◦ green 161 ◦ blue 243

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

Shades of Jordy Blue #84A1F3

Tints of Jordy Blue #84A1F3

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.04%

 BLUE value IS 243 (95.31% from 255) = 45.34%

R = 24.63%
G = 30.04%
B = 45.34%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#84A1F3 (or 0x84A1F3) is known color: Jordy Blue. HEX triplet: 84, A1 and F3. RGB value is (132,161,243). Sum of RGB (Red+Green+Blue) = 132+161+243=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #84A1F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A1F3 is #7B5E0C. Grayscale: #A1A1A1. Windows color (decimal): -8085005 or 15966596. OLE color: 15966596.

HSL color Cylindrical-coordinate representation of color #84A1F3: hue angle of 224.32º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84A1F3 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 161 243 -
CMYK 0.46 0.34 0 0.05
HSL 224.32º 0.82% 0.74% -
HSV(B) 224.32º 0.46% 0.95% -
XYZ 38.44 36.87 89.88 -
YUV 161.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 132 161 243 0.46 0.34 0 0.05 224.32 0.82 0.74
Hex 84 A1 F3 2E 22 0 5 E0 52 4A
Octal 204 241 363 56 42 0 5 340 122 112
Binary 10000100 10100001 11110011 101110 100010 0 101 11100000 1010010 1001010

Color Harmonies of #84A1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A1F3

Black with #84A1F3

Text Example


Text Example

White with #84A1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,161,243); }

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

background-color css

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

 a { background-color: rgb(132,161,243); }

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

border-color css

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

 span { border-color: rgb(132,161,243); }

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