Html Css Color HEX #73AFE7 Jordy Blue

📋 copy color: '#73AFE7'

red 115 ◦ green 175 ◦ blue 231

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

Shades of Jordy Blue #73AFE7

Tints of Jordy Blue #73AFE7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.59%

 BLUE value IS 231 (90.63% from 255) = 44.34%

R = 22.07%
G = 33.59%
B = 44.34%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#73AFE7 (or 0x73AFE7) is known color: Jordy Blue. HEX triplet: 73, AF and E7. RGB value is (115,175,231). Sum of RGB (Red+Green+Blue) = 115+175+231=521 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.07% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #73AFE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AFE7 is #8C5018. Grayscale: #A3A3A3. Windows color (decimal): -9195545 or 15183731. OLE color: 15183731.

HSL color Cylindrical-coordinate representation of color #73AFE7: hue angle of 208.97º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73AFE7 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 115 175 231 -
CMYK 0.50 0.24 0 0.09
HSL 208.97º 0.71% 0.68% -
HSV(B) 208.97º 0.5% 0.91% -
XYZ 36.82 40.07 81.4 -
YUV 163.44 166.12 93.45 -
System Red Green Blue C M Y K H S L
Decimal 115 175 231 0.50 0.24 0 0.09 208.97 0.71 0.68
Hex 73 AF E7 32 18 0 9 D1 47 44
Octal 163 257 347 62 30 0 11 321 107 104
Binary 1110011 10101111 11100111 110010 11000 0 1001 11010001 1000111 1000100

Color Harmonies of #73AFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFE7

Black with #73AFE7

Text Example


Text Example

White with #73AFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,175,231); }

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

background-color css

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

 a { background-color: rgb(115,175,231); }

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

border-color css

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

 span { border-color: rgb(115,175,231); }

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