Html Css Color HEX #709FDE Jordy Blue

📋 copy color: '#709FDE'

red 112 ◦ green 159 ◦ blue 222

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

Shades of Jordy Blue #709FDE

Tints of Jordy Blue #709FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.25%

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 22.72%
G = 32.25%
B = 45.03%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#709FDE (or 0x709FDE) is known color: Jordy Blue. HEX triplet: 70, 9F and DE. RGB value is (112,159,222). Sum of RGB (Red+Green+Blue) = 112+159+222=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #709FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709FDE is #8F6021. Grayscale: #979797. Windows color (decimal): -9396258 or 14589808. OLE color: 14589808.

HSL color Cylindrical-coordinate representation of color #709FDE: hue angle of 214.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #709FDE is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 159 222 -
CMYK 0.50 0.28 0 0.13
HSL 214.36º 0.63% 0.65% -
HSV(B) 214.36º 0.5% 0.87% -
XYZ 32.27 33.51 73.88 -
YUV 152.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 112 159 222 0.50 0.28 0 0.13 214.36 0.63 0.65
Hex 70 9F DE 32 1C 0 D D6 3E 41
Octal 160 237 336 62 34 0 15 326 76 101
Binary 1110000 10011111 11011110 110010 11100 0 1101 11010110 111110 1000001

Color Harmonies of #709FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709FDE

Black with #709FDE

Text Example


Text Example

White with #709FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,159,222); }

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

background-color css

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

 a { background-color: rgb(112,159,222); }

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

border-color css

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

 span { border-color: rgb(112,159,222); }

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