Html Css Color HEX #73AFF2 Jordy Blue

📋 copy color: '#73AFF2'

red 115 ◦ green 175 ◦ blue 242

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

Shades of Jordy Blue #73AFF2

Tints of Jordy Blue #73AFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.49%

R = 21.62%
G = 32.89%
B = 45.49%

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

#73AFF2 (or 0x73AFF2) is known color: Jordy Blue. HEX triplet: 73, AF and F2. RGB value is (115,175,242). Sum of RGB (Red+Green+Blue) = 115+175+242=532 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.62% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #73AFF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AFF2 is #8C500D. Grayscale: #A4A4A4. Windows color (decimal): -9195534 or 15904627. OLE color: 15904627.

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

Color convert

RGB 115 175 242 -
CMYK 0.52 0.28 0 0.05
HSL 211.65º 0.83% 0.7% -
HSV(B) 211.65º 0.52% 0.95% -
XYZ 38.43 40.72 89.84 -
YUV 164.7 171.62 92.55 -
System Red Green Blue C M Y K H S L
Decimal 115 175 242 0.52 0.28 0 0.05 211.65 0.83 0.7
Hex 73 AF F2 34 1C 0 5 D4 53 46
Octal 163 257 362 64 34 0 5 324 123 106
Binary 1110011 10101111 11110010 110100 11100 0 101 11010100 1010011 1000110

Color Harmonies of #73AFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFF2

Black with #73AFF2

Text Example


Text Example

White with #73AFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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