Html Css Color HEX #73B0DD Jordy Blue

📋 copy color: '#73B0DD'

red 115 ◦ green 176 ◦ blue 221

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

Shades of Jordy Blue #73B0DD

Tints of Jordy Blue #73B0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.38%

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 22.46%
G = 34.38%
B = 43.16%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73B0DD (or 0x73B0DD) is known color: Jordy Blue. HEX triplet: 73, B0 and DD. RGB value is (115,176,221). Sum of RGB (Red+Green+Blue) = 115+176+221=512 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.46% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #73B0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B0DD is #8C4F22. Grayscale: #A2A2A2. Windows color (decimal): -9195299 or 14528627. OLE color: 14528627.

HSL color Cylindrical-coordinate representation of color #73B0DD: hue angle of 205.47º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73B0DD is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 176 221 -
CMYK 0.48 0.20 0 0.13
HSL 205.47º 0.61% 0.66% -
HSV(B) 205.47º 0.48% 0.87% -
XYZ 35.65 39.92 74.23 -
YUV 162.89 160.79 93.84 -
System Red Green Blue C M Y K H S L
Decimal 115 176 221 0.48 0.20 0 0.13 205.47 0.61 0.66
Hex 73 B0 DD 30 14 0 D CD 3D 42
Octal 163 260 335 60 24 0 15 315 75 102
Binary 1110011 10110000 11011101 110000 10100 0 1101 11001101 111101 1000010

Color Harmonies of #73B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B0DD

Black with #73B0DD

Text Example


Text Example

White with #73B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,176,221); }

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

background-color css

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

 a { background-color: rgb(115,176,221); }

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

border-color css

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

 span { border-color: rgb(115,176,221); }

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