Html Css Color HEX #73A1EB Jordy Blue

📋 copy color: '#73A1EB'

red 115 ◦ green 161 ◦ blue 235

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

Shades of Jordy Blue #73A1EB

Tints of Jordy Blue #73A1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 22.5%
G = 31.51%
B = 45.99%

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

#73A1EB (or 0x73A1EB) is known color: Jordy Blue. HEX triplet: 73, A1 and EB. RGB value is (115,161,235). Sum of RGB (Red+Green+Blue) = 115+161+235=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #73A1EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A1EB is #8C5E14. Grayscale: #9B9B9B. Windows color (decimal): -9199125 or 15442291. OLE color: 15442291.

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

Color convert

RGB 115 161 235 -
CMYK 0.51 0.31 0 0.08
HSL 217º 0.75% 0.69% -
HSV(B) 217º 0.51% 0.92% -
XYZ 34.81 35.13 83.54 -
YUV 155.68 172.76 98.98 -
System Red Green Blue C M Y K H S L
Decimal 115 161 235 0.51 0.31 0 0.08 217 0.75 0.69
Hex 73 A1 EB 33 1F 0 8 D9 4B 45
Octal 163 241 353 63 37 0 10 331 113 105
Binary 1110011 10100001 11101011 110011 11111 0 1000 11011001 1001011 1000101

Color Harmonies of #73A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A1EB

Black with #73A1EB

Text Example


Text Example

White with #73A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,161,235); }

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

background-color css

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

 a { background-color: rgb(115,161,235); }

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

border-color css

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

 span { border-color: rgb(115,161,235); }

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