Html Css Color HEX #709EDD Jordy Blue

📋 copy color: '#709EDD'

red 112 ◦ green 158 ◦ blue 221

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

Shades of Jordy Blue #709EDD

Tints of Jordy Blue #709EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 22.81%
G = 32.18%
B = 45.01%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#709EDD (or 0x709EDD) is known color: Jordy Blue. HEX triplet: 70, 9E and DD. RGB value is (112,158,221). Sum of RGB (Red+Green+Blue) = 112+158+221=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #709EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EDD is #8F6122. Grayscale: #979797. Windows color (decimal): -9396515 or 14524016. OLE color: 14524016.

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

Color convert

RGB 112 158 221 -
CMYK 0.49 0.29 0 0.13
HSL 214.68º 0.62% 0.65% -
HSV(B) 214.68º 0.49% 0.87% -
XYZ 31.96 33.12 73.11 -
YUV 151.43 167.26 99.88 -
System Red Green Blue C M Y K H S L
Decimal 112 158 221 0.49 0.29 0 0.13 214.68 0.62 0.65
Hex 70 9E DD 31 1D 0 D D7 3E 41
Octal 160 236 335 61 35 0 15 327 76 101
Binary 1110000 10011110 11011101 110001 11101 0 1101 11010111 111110 1000001

Color Harmonies of #709EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709EDD

Black with #709EDD

Text Example


Text Example

White with #709EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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