Html Css Color HEX #709DDF Jordy Blue

📋 copy color: '#709DDF'

red 112 ◦ green 157 ◦ blue 223

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

Shades of Jordy Blue #709DDF

Tints of Jordy Blue #709DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 22.76%
G = 31.91%
B = 45.33%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#709DDF (or 0x709DDF) is known color: Jordy Blue. HEX triplet: 70, 9D and DF. RGB value is (112,157,223). Sum of RGB (Red+Green+Blue) = 112+157+223=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #709DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DDF is #8F6220. Grayscale: #969696. Windows color (decimal): -9396769 or 14654832. OLE color: 14654832.

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

Color convert

RGB 112 157 223 -
CMYK 0.50 0.30 0 0.13
HSL 215.68º 0.63% 0.66% -
HSV(B) 215.68º 0.5% 0.87% -
XYZ 32.06 32.89 74.47 -
YUV 151.07 168.59 100.13 -
System Red Green Blue C M Y K H S L
Decimal 112 157 223 0.50 0.30 0 0.13 215.68 0.63 0.66
Hex 70 9D DF 32 1E 0 D D8 3F 42
Octal 160 235 337 62 36 0 15 330 77 102
Binary 1110000 10011101 11011111 110010 11110 0 1101 11011000 111111 1000010

Color Harmonies of #709DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709DDF

Black with #709DDF

Text Example


Text Example

White with #709DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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