Html Css Color HEX #73AFEA Jordy Blue

📋 copy color: '#73AFEA'

red 115 ◦ green 175 ◦ blue 234

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

Shades of Jordy Blue #73AFEA

Tints of Jordy Blue #73AFEA

RGB

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

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

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

R = 21.95%
G = 33.4%
B = 44.66%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73AFEA (or 0x73AFEA) is known color: Jordy Blue. HEX triplet: 73, AF and EA. RGB value is (115,175,234). Sum of RGB (Red+Green+Blue) = 115+175+234=524 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.95% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #73AFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AFEA is #8C5015. Grayscale: #A3A3A3. Windows color (decimal): -9195542 or 15380339. OLE color: 15380339.

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

Color convert

RGB 115 175 234 -
CMYK 0.51 0.25 0 0.08
HSL 209.75º 0.74% 0.68% -
HSV(B) 209.75º 0.51% 0.92% -
XYZ 37.25 40.25 83.65 -
YUV 163.79 167.62 93.2 -
System Red Green Blue C M Y K H S L
Decimal 115 175 234 0.51 0.25 0 0.08 209.75 0.74 0.68
Hex 73 AF EA 33 19 0 8 D2 4A 44
Octal 163 257 352 63 31 0 10 322 112 104
Binary 1110011 10101111 11101010 110011 11001 0 1000 11010010 1001010 1000100

Color Harmonies of #73AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFEA

Black with #73AFEA

Text Example


Text Example

White with #73AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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