Html Css Color HEX #709BDE Jordy Blue

📋 copy color: '#709BDE'

red 112 ◦ green 155 ◦ blue 222

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

Shades of Jordy Blue #709BDE

Tints of Jordy Blue #709BDE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.7%

 BLUE value IS 222 (87.11% from 255) = 45.4%

R = 22.9%
G = 31.7%
B = 45.4%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#709BDE (or 0x709BDE) is known color: Jordy Blue. HEX triplet: 70, 9B and DE. RGB value is (112,155,222). Sum of RGB (Red+Green+Blue) = 112+155+222=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #709BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BDE is #8F6421. Grayscale: #959595. Windows color (decimal): -9397282 or 14588784. OLE color: 14588784.

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

Color convert

RGB 112 155 222 -
CMYK 0.50 0.30 0 0.13
HSL 216.55º 0.63% 0.65% -
HSV(B) 216.55º 0.5% 0.87% -
XYZ 31.59 32.16 73.65 -
YUV 149.78 168.75 101.05 -
System Red Green Blue C M Y K H S L
Decimal 112 155 222 0.50 0.30 0 0.13 216.55 0.63 0.65
Hex 70 9B DE 32 1E 0 D D9 3E 41
Octal 160 233 336 62 36 0 15 331 76 101
Binary 1110000 10011011 11011110 110010 11110 0 1101 11011001 111110 1000001

Color Harmonies of #709BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709BDE

Black with #709BDE

Text Example


Text Example

White with #709BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,155,222); }

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

background-color css

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

 a { background-color: rgb(112,155,222); }

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

border-color css

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

 span { border-color: rgb(112,155,222); }

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