Html Css Color HEX #73A8EA Jordy Blue

📋 copy color: '#73A8EA'

red 115 ◦ green 168 ◦ blue 234

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

Shades of Jordy Blue #73A8EA

Tints of Jordy Blue #73A8EA

RGB

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

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

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

R = 22.24%
G = 32.5%
B = 45.26%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73A8EA (or 0x73A8EA) is known color: Jordy Blue. HEX triplet: 73, A8 and EA. RGB value is (115,168,234). Sum of RGB (Red+Green+Blue) = 115+168+234=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #73A8EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A8EA is #8C5715. Grayscale: #9F9F9F. Windows color (decimal): -9197334 or 15378547. OLE color: 15378547.

HSL color Cylindrical-coordinate representation of color #73A8EA: hue angle of 213.28º 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 #73A8EA is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 168 234 -
CMYK 0.51 0.28 0 0.08
HSL 213.28º 0.74% 0.68% -
HSV(B) 213.28º 0.51% 0.92% -
XYZ 35.92 37.59 83.2 -
YUV 159.68 169.94 96.13 -
System Red Green Blue C M Y K H S L
Decimal 115 168 234 0.51 0.28 0 0.08 213.28 0.74 0.68
Hex 73 A8 EA 33 1C 0 8 D5 4A 44
Octal 163 250 352 63 34 0 10 325 112 104
Binary 1110011 10101000 11101010 110011 11100 0 1000 11010101 1001010 1000100

Color Harmonies of #73A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A8EA

Black with #73A8EA

Text Example


Text Example

White with #73A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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