Html Css Color HEX #709ADB Jordy Blue

📋 copy color: '#709ADB'

red 112 ◦ green 154 ◦ blue 219

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

Shades of Jordy Blue #709ADB

Tints of Jordy Blue #709ADB

RGB

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

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

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

R = 23.09%
G = 31.75%
B = 45.15%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#709ADB (or 0x709ADB) is known color: Jordy Blue. HEX triplet: 70, 9A and DB. RGB value is (112,154,219). Sum of RGB (Red+Green+Blue) = 112+154+219=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #709ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ADB is #8F6524. Grayscale: #949494. Windows color (decimal): -9397541 or 14391920. OLE color: 14391920.

HSL color Cylindrical-coordinate representation of color #709ADB: hue angle of 216.45º 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 #709ADB is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 154 219 -
CMYK 0.49 0.30 0 0.14
HSL 216.45º 0.6% 0.65% -
HSV(B) 216.45º 0.49% 0.86% -
XYZ 31.02 31.67 71.5 -
YUV 148.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 112 154 219 0.49 0.30 0 0.14 216.45 0.6 0.65
Hex 70 9A DB 31 1E 0 E D8 3C 41
Octal 160 232 333 61 36 0 16 330 74 101
Binary 1110000 10011010 11011011 110001 11110 0 1110 11011000 111100 1000001

Color Harmonies of #709ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709ADB

Black with #709ADB

Text Example


Text Example

White with #709ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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