Html Css Color HEX #709AD9 Jordy Blue

📋 copy color: '#709AD9'

red 112 ◦ green 154 ◦ blue 217

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

Shades of Jordy Blue #709AD9

Tints of Jordy Blue #709AD9

RGB

 RED value IS 112 (44.14% from 255) = 23.19%

 GREEN value IS 154 (60.55% from 255) = 31.88%

 BLUE value IS 217 (85.16% from 255) = 44.93%

R = 23.19%
G = 31.88%
B = 44.93%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#709AD9 (or 0x709AD9) is known color: Jordy Blue. HEX triplet: 70, 9A and D9. RGB value is (112,154,217). Sum of RGB (Red+Green+Blue) = 112+154+217=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #709AD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709AD9 is #8F6526. Grayscale: #949494. Windows color (decimal): -9397543 or 14260848. OLE color: 14260848.

HSL color Cylindrical-coordinate representation of color #709AD9: hue angle of 216º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #709AD9 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 154 217 -
CMYK 0.48 0.29 0 0.15
HSL 216º 0.58% 0.65% -
HSV(B) 216º 0.48% 0.85% -
XYZ 30.76 31.57 70.12 -
YUV 148.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 112 154 217 0.48 0.29 0 0.15 216 0.58 0.65
Hex 70 9A D9 30 1D 0 F D8 3A 41
Octal 160 232 331 60 35 0 17 330 72 101
Binary 1110000 10011010 11011001 110000 11101 0 1111 11011000 111010 1000001

Color Harmonies of #709AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709AD9

Black with #709AD9

Text Example


Text Example

White with #709AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709AD9; }

 p { color: rgb(112,154,217); }

 H1.HeaderClassName
 {
   color: #709AD9;
 }
 .AnyTagClassName
 {
   color: #709AD9;
 }
</style>

background-color css

<style>
 a { background-color: #709AD9; }

 a { background-color: rgb(112,154,217); }

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

border-color css

<style>
 span { border-color: #709AD9; }

 span { border-color: rgb(112,154,217); }

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