Html Css Color HEX #73A2DA Jordy Blue

📋 copy color: '#73A2DA'

red 115 ◦ green 162 ◦ blue 218

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

Shades of Jordy Blue #73A2DA

Tints of Jordy Blue #73A2DA

RGB

 RED value IS 115 (45.31% from 255) = 23.23%

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 23.23%
G = 32.73%
B = 44.04%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#73A2DA (or 0x73A2DA) is known color: Jordy Blue. HEX triplet: 73, A2 and DA. RGB value is (115,162,218). Sum of RGB (Red+Green+Blue) = 115+162+218=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #73A2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A2DA is #8C5D25. Grayscale: #9A9A9A. Windows color (decimal): -9198886 or 14328435. OLE color: 14328435.

HSL color Cylindrical-coordinate representation of color #73A2DA: hue angle of 212.62º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73A2DA is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 162 218 -
CMYK 0.47 0.26 0 0.15
HSL 212.62º 0.58% 0.65% -
HSV(B) 212.62º 0.47% 0.85% -
XYZ 32.65 34.55 71.28 -
YUV 154.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 115 162 218 0.47 0.26 0 0.15 212.62 0.58 0.65
Hex 73 A2 DA 2F 1A 0 F D5 3A 41
Octal 163 242 332 57 32 0 17 325 72 101
Binary 1110011 10100010 11011010 101111 11010 0 1111 11010101 111010 1000001

Color Harmonies of #73A2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A2DA

Black with #73A2DA

Text Example


Text Example

White with #73A2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73A2DA; }

 p { color: rgb(115,162,218); }

 H1.HeaderClassName
 {
   color: #73A2DA;
 }
 .AnyTagClassName
 {
   color: #73A2DA;
 }
</style>

background-color css

<style>
 a { background-color: #73A2DA; }

 a { background-color: rgb(115,162,218); }

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

border-color css

<style>
 span { border-color: #73A2DA; }

 span { border-color: rgb(115,162,218); }

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