Html Css Color HEX #73ABF1 Jordy Blue

📋 copy color: '#73ABF1'

red 115 ◦ green 171 ◦ blue 241

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

Shades of Jordy Blue #73ABF1

Tints of Jordy Blue #73ABF1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.45%

 BLUE value IS 241 (94.53% from 255) = 45.73%

R = 21.82%
G = 32.45%
B = 45.73%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#73ABF1 (or 0x73ABF1) is known color: Jordy Blue. HEX triplet: 73, AB and F1. RGB value is (115,171,241). Sum of RGB (Red+Green+Blue) = 115+171+241=527 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.82% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #73ABF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ABF1 is #8C540E. Grayscale: #A1A1A1. Windows color (decimal): -9196559 or 15838067. OLE color: 15838067.

HSL color Cylindrical-coordinate representation of color #73ABF1: hue angle of 213.33º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73ABF1 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 171 241 -
CMYK 0.52 0.29 0 0.05
HSL 213.33º 0.82% 0.7% -
HSV(B) 213.33º 0.52% 0.95% -
XYZ 37.51 39.12 88.79 -
YUV 162.24 172.45 94.31 -
System Red Green Blue C M Y K H S L
Decimal 115 171 241 0.52 0.29 0 0.05 213.33 0.82 0.7
Hex 73 AB F1 34 1D 0 5 D5 52 46
Octal 163 253 361 64 35 0 5 325 122 106
Binary 1110011 10101011 11110001 110100 11101 0 101 11010101 1010010 1000110

Color Harmonies of #73ABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ABF1

Black with #73ABF1

Text Example


Text Example

White with #73ABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,171,241); }

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

background-color css

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

 a { background-color: rgb(115,171,241); }

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

border-color css

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

 span { border-color: rgb(115,171,241); }

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