Html Css Color HEX #73A2EA Jordy Blue

📋 copy color: '#73A2EA'

red 115 ◦ green 162 ◦ blue 234

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

Shades of Jordy Blue #73A2EA

Tints of Jordy Blue #73A2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 22.5%
G = 31.7%
B = 45.79%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73A2EA (or 0x73A2EA) is known color: Jordy Blue. HEX triplet: 73, A2 and EA. RGB value is (115,162,234). Sum of RGB (Red+Green+Blue) = 115+162+234=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #73A2EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A2EA is #8C5D15. Grayscale: #9B9B9B. Windows color (decimal): -9198870 or 15377011. OLE color: 15377011.

HSL color Cylindrical-coordinate representation of color #73A2EA: hue angle of 216.3º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73A2EA is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 162 234 -
CMYK 0.51 0.31 0 0.08
HSL 216.3º 0.74% 0.68% -
HSV(B) 216.3º 0.51% 0.92% -
XYZ 34.84 35.43 82.84 -
YUV 156.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 115 162 234 0.51 0.31 0 0.08 216.3 0.74 0.68
Hex 73 A2 EA 33 1F 0 8 D8 4A 44
Octal 163 242 352 63 37 0 10 330 112 104
Binary 1110011 10100010 11101010 110011 11111 0 1000 11011000 1001010 1000100

Color Harmonies of #73A2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A2EA

Black with #73A2EA

Text Example


Text Example

White with #73A2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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