Html Css Color HEX #709BD9 Jordy Blue

📋 copy color: '#709BD9'

red 112 ◦ green 155 ◦ blue 217

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

Shades of Jordy Blue #709BD9

Tints of Jordy Blue #709BD9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.02%

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

R = 23.14%
G = 32.02%
B = 44.83%

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

#709BD9 (or 0x709BD9) is known color: Jordy Blue. HEX triplet: 70, 9B and D9. RGB value is (112,155,217). Sum of RGB (Red+Green+Blue) = 112+155+217=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 217 - color contains mainly: blue. Hex color #709BD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BD9 is #8F6426. Grayscale: #949494. Windows color (decimal): -9397287 or 14261104. OLE color: 14261104.

HSL color Cylindrical-coordinate representation of color #709BD9: hue angle of 215.43º 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 #709BD9 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 155 217 -
CMYK 0.48 0.29 0 0.15
HSL 215.43º 0.58% 0.65% -
HSV(B) 215.43º 0.48% 0.85% -
XYZ 30.93 31.9 70.17 -
YUV 149.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 112 155 217 0.48 0.29 0 0.15 215.43 0.58 0.65
Hex 70 9B D9 30 1D 0 F D7 3A 41
Octal 160 233 331 60 35 0 17 327 72 101
Binary 1110000 10011011 11011001 110000 11101 0 1111 11010111 111010 1000001

Color Harmonies of #709BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709BD9

Black with #709BD9

Text Example


Text Example

White with #709BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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