Html Css Color HEX #709AD6 Jordy Blue

📋 copy color: '#709AD6'

red 112 ◦ green 154 ◦ blue 214

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

Shades of Jordy Blue #709AD6

Tints of Jordy Blue #709AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.58%

R = 23.33%
G = 32.08%
B = 44.58%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#709AD6 (or 0x709AD6) is known color: Jordy Blue. HEX triplet: 70, 9A and D6. RGB value is (112,154,214). Sum of RGB (Red+Green+Blue) = 112+154+214=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #709AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709AD6 is #8F6529. Grayscale: #949494. Windows color (decimal): -9397546 or 14064240. OLE color: 14064240.

HSL color Cylindrical-coordinate representation of color #709AD6: hue angle of 215.29º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #709AD6 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 154 214 -
CMYK 0.48 0.28 0 0.16
HSL 215.29º 0.55% 0.64% -
HSV(B) 215.29º 0.48% 0.84% -
XYZ 30.38 31.41 68.08 -
YUV 148.28 165.09 102.12 -
System Red Green Blue C M Y K H S L
Decimal 112 154 214 0.48 0.28 0 0.16 215.29 0.55 0.64
Hex 70 9A D6 30 1C 0 10 D7 37 40
Octal 160 232 326 60 34 0 20 327 67 100
Binary 1110000 10011010 11010110 110000 11100 0 10000 11010111 110111 1000000

Color Harmonies of #709AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709AD6

Black with #709AD6

Text Example


Text Example

White with #709AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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