Html Css Color HEX #73ADF1 Jordy Blue

📋 copy color: '#73ADF1'

red 115 ◦ green 173 ◦ blue 241

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

Shades of Jordy Blue #73ADF1

Tints of Jordy Blue #73ADF1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.7%

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

R = 21.74%
G = 32.7%
B = 45.56%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#73ADF1 (or 0x73ADF1) is known color: Jordy Blue. HEX triplet: 73, AD and F1. RGB value is (115,173,241). Sum of RGB (Red+Green+Blue) = 115+173+241=529 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.74% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #73ADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ADF1 is #8C520E. Grayscale: #A3A3A3. Windows color (decimal): -9196047 or 15838579. OLE color: 15838579.

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

Color convert

RGB 115 173 241 -
CMYK 0.52 0.28 0 0.05
HSL 212.38º 0.82% 0.7% -
HSV(B) 212.38º 0.52% 0.95% -
XYZ 37.89 39.88 88.92 -
YUV 163.41 171.78 93.47 -
System Red Green Blue C M Y K H S L
Decimal 115 173 241 0.52 0.28 0 0.05 212.38 0.82 0.7
Hex 73 AD F1 34 1C 0 5 D4 52 46
Octal 163 255 361 64 34 0 5 324 122 106
Binary 1110011 10101101 11110001 110100 11100 0 101 11010100 1010010 1000110

Color Harmonies of #73ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ADF1

Black with #73ADF1

Text Example


Text Example

White with #73ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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