Html Css Color HEX #709DDC Jordy Blue

📋 copy color: '#709DDC'

red 112 ◦ green 157 ◦ blue 220

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

Shades of Jordy Blue #709DDC

Tints of Jordy Blue #709DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 22.9%
G = 32.11%
B = 44.99%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#709DDC (or 0x709DDC) is known color: Jordy Blue. HEX triplet: 70, 9D and DC. RGB value is (112,157,220). Sum of RGB (Red+Green+Blue) = 112+157+220=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #709DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DDC is #8F6223. Grayscale: #969696. Windows color (decimal): -9396772 or 14458224. OLE color: 14458224.

HSL color Cylindrical-coordinate representation of color #709DDC: hue angle of 215º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #709DDC is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 157 220 -
CMYK 0.49 0.29 0 0.14
HSL 215º 0.61% 0.65% -
HSV(B) 215º 0.49% 0.86% -
XYZ 31.66 32.73 72.36 -
YUV 150.73 167.09 100.38 -
System Red Green Blue C M Y K H S L
Decimal 112 157 220 0.49 0.29 0 0.14 215 0.61 0.65
Hex 70 9D DC 31 1D 0 E D7 3D 41
Octal 160 235 334 61 35 0 16 327 75 101
Binary 1110000 10011101 11011100 110001 11101 0 1110 11010111 111101 1000001

Color Harmonies of #709DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709DDC

Black with #709DDC

Text Example


Text Example

White with #709DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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