Html Css Color HEX #709DD6 Jordy Blue

📋 copy color: '#709DD6'

red 112 ◦ green 157 ◦ blue 214

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

Shades of Jordy Blue #709DD6

Tints of Jordy Blue #709DD6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.51%

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

R = 23.19%
G = 32.51%
B = 44.31%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#709DD6 (or 0x709DD6) is known color: Jordy Blue. HEX triplet: 70, 9D and D6. RGB value is (112,157,214). Sum of RGB (Red+Green+Blue) = 112+157+214=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #709DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DD6 is #8F6229. Grayscale: #959595. Windows color (decimal): -9396778 or 14065008. OLE color: 14065008.

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

Color convert

RGB 112 157 214 -
CMYK 0.48 0.27 0 0.16
HSL 213.53º 0.55% 0.64% -
HSV(B) 213.53º 0.48% 0.84% -
XYZ 30.88 32.41 68.25 -
YUV 150.04 164.09 100.87 -
System Red Green Blue C M Y K H S L
Decimal 112 157 214 0.48 0.27 0 0.16 213.53 0.55 0.64
Hex 70 9D D6 30 1B 0 10 D6 37 40
Octal 160 235 326 60 33 0 20 326 67 100
Binary 1110000 10011101 11010110 110000 11011 0 10000 11010110 110111 1000000

Color Harmonies of #709DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709DD6

Black with #709DD6

Text Example


Text Example

White with #709DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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