Html Css Color HEX #709BDD Jordy Blue

📋 copy color: '#709BDD'

red 112 ◦ green 155 ◦ blue 221

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

Shades of Jordy Blue #709BDD

Tints of Jordy Blue #709BDD

RGB

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

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

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

R = 22.95%
G = 31.76%
B = 45.29%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#709BDD (or 0x709BDD) is known color: Jordy Blue. HEX triplet: 70, 9B and DD. RGB value is (112,155,221). Sum of RGB (Red+Green+Blue) = 112+155+221=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #709BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BDD is #8F6422. Grayscale: #959595. Windows color (decimal): -9397283 or 14523248. OLE color: 14523248.

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

Color convert

RGB 112 155 221 -
CMYK 0.49 0.30 0 0.13
HSL 216.33º 0.62% 0.65% -
HSV(B) 216.33º 0.49% 0.87% -
XYZ 31.45 32.11 72.95 -
YUV 149.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 112 155 221 0.49 0.30 0 0.13 216.33 0.62 0.65
Hex 70 9B DD 31 1E 0 D D8 3E 41
Octal 160 233 335 61 36 0 15 330 76 101
Binary 1110000 10011011 11011101 110001 11110 0 1101 11011000 111110 1000001

Color Harmonies of #709BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709BDD

Black with #709BDD

Text Example


Text Example

White with #709BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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