Html Css Color HEX #709EDF Jordy Blue

📋 copy color: '#709EDF'

red 112 ◦ green 158 ◦ blue 223

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

Shades of Jordy Blue #709EDF

Tints of Jordy Blue #709EDF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.05%

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

R = 22.72%
G = 32.05%
B = 45.23%

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

#709EDF (or 0x709EDF) is known color: Jordy Blue. HEX triplet: 70, 9E and DF. RGB value is (112,158,223). Sum of RGB (Red+Green+Blue) = 112+158+223=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #709EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EDF is #8F6120. Grayscale: #979797. Windows color (decimal): -9396513 or 14655088. OLE color: 14655088.

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

Color convert

RGB 112 158 223 -
CMYK 0.50 0.29 0 0.13
HSL 215.14º 0.63% 0.66% -
HSV(B) 215.14º 0.5% 0.87% -
XYZ 32.23 33.23 74.53 -
YUV 151.66 168.26 99.71 -
System Red Green Blue C M Y K H S L
Decimal 112 158 223 0.50 0.29 0 0.13 215.14 0.63 0.66
Hex 70 9E DF 32 1D 0 D D7 3F 42
Octal 160 236 337 62 35 0 15 327 77 102
Binary 1110000 10011110 11011111 110010 11101 0 1101 11010111 111111 1000010

Color Harmonies of #709EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709EDF

Black with #709EDF

Text Example


Text Example

White with #709EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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