Html Css Color HEX #709AD1 Jordy Blue

📋 copy color: '#709AD1'

red 112 ◦ green 154 ◦ blue 209

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

Shades of Jordy Blue #709AD1

Tints of Jordy Blue #709AD1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.42%

 BLUE value IS 209 (82.03% from 255) = 44%

R = 23.58%
G = 32.42%
B = 44%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#709AD1 (or 0x709AD1) is known color: Jordy Blue. HEX triplet: 70, 9A and D1. RGB value is (112,154,209). Sum of RGB (Red+Green+Blue) = 112+154+209=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #709AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709AD1 is #8F652E. Grayscale: #939393. Windows color (decimal): -9397551 or 13736560. OLE color: 13736560.

HSL color Cylindrical-coordinate representation of color #709AD1: hue angle of 214.02º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #709AD1 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 154 209 -
CMYK 0.46 0.26 0 0.18
HSL 214.02º 0.51% 0.63% -
HSV(B) 214.02º 0.46% 0.82% -
XYZ 29.75 31.16 64.77 -
YUV 147.71 162.59 102.53 -
System Red Green Blue C M Y K H S L
Decimal 112 154 209 0.46 0.26 0 0.18 214.02 0.51 0.63
Hex 70 9A D1 2E 1A 0 12 D6 33 3F
Octal 160 232 321 56 32 0 22 326 63 77
Binary 1110000 10011010 11010001 101110 11010 0 10010 11010110 110011 111111

Color Harmonies of #709AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709AD1

Black with #709AD1

Text Example


Text Example

White with #709AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,154,209); }

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

background-color css

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

 a { background-color: rgb(112,154,209); }

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

border-color css

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

 span { border-color: rgb(112,154,209); }

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