Html Css Color HEX #709FDF Jordy Blue

📋 copy color: '#709FDF'

red 112 ◦ green 159 ◦ blue 223

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

Shades of Jordy Blue #709FDF

Tints of Jordy Blue #709FDF

RGB

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

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

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

R = 22.67%
G = 32.19%
B = 45.14%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#709FDF (or 0x709FDF) is known color: Jordy Blue. HEX triplet: 70, 9F and DF. RGB value is (112,159,223). Sum of RGB (Red+Green+Blue) = 112+159+223=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #709FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709FDF is #8F6020. Grayscale: #979797. Windows color (decimal): -9396257 or 14655344. OLE color: 14655344.

HSL color Cylindrical-coordinate representation of color #709FDF: hue angle of 214.59º 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 #709FDF is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 159 223 -
CMYK 0.50 0.29 0 0.13
HSL 214.59º 0.63% 0.66% -
HSV(B) 214.59º 0.5% 0.87% -
XYZ 32.4 33.57 74.58 -
YUV 152.24 167.93 99.3 -
System Red Green Blue C M Y K H S L
Decimal 112 159 223 0.50 0.29 0 0.13 214.59 0.63 0.66
Hex 70 9F DF 32 1D 0 D D7 3F 42
Octal 160 237 337 62 35 0 15 327 77 102
Binary 1110000 10011111 11011111 110010 11101 0 1101 11010111 111111 1000010

Color Harmonies of #709FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709FDF

Black with #709FDF

Text Example


Text Example

White with #709FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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