Html Css Color HEX #709EDB Jordy Blue

📋 copy color: '#709EDB'

red 112 ◦ green 158 ◦ blue 219

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

Shades of Jordy Blue #709EDB

Tints of Jordy Blue #709EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 22.9%
G = 32.31%
B = 44.79%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#709EDB (or 0x709EDB) is known color: Jordy Blue. HEX triplet: 70, 9E and DB. RGB value is (112,158,219). Sum of RGB (Red+Green+Blue) = 112+158+219=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #709EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EDB is #8F6124. Grayscale: #969696. Windows color (decimal): -9396517 or 14392944. OLE color: 14392944.

HSL color Cylindrical-coordinate representation of color #709EDB: hue angle of 214.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #709EDB is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 158 219 -
CMYK 0.49 0.28 0 0.14
HSL 214.21º 0.6% 0.65% -
HSV(B) 214.21º 0.49% 0.86% -
XYZ 31.7 33.01 71.72 -
YUV 151.2 166.26 100.04 -
System Red Green Blue C M Y K H S L
Decimal 112 158 219 0.49 0.28 0 0.14 214.21 0.6 0.65
Hex 70 9E DB 31 1C 0 E D6 3C 41
Octal 160 236 333 61 34 0 16 326 74 101
Binary 1110000 10011110 11011011 110001 11100 0 1110 11010110 111100 1000001

Color Harmonies of #709EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709EDB

Black with #709EDB

Text Example


Text Example

White with #709EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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