Html Css Color HEX #709BD6 Jordy Blue

📋 copy color: '#709BD6'

red 112 ◦ green 155 ◦ blue 214

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

Shades of Jordy Blue #709BD6

Tints of Jordy Blue #709BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.49%

R = 23.28%
G = 32.22%
B = 44.49%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#709BD6 (or 0x709BD6) is known color: Jordy Blue. HEX triplet: 70, 9B and D6. RGB value is (112,155,214). Sum of RGB (Red+Green+Blue) = 112+155+214=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #709BD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BD6 is #8F6429. Grayscale: #949494. Windows color (decimal): -9397290 or 14064496. OLE color: 14064496.

HSL color Cylindrical-coordinate representation of color #709BD6: hue angle of 214.71º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #709BD6 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 155 214 -
CMYK 0.48 0.28 0 0.16
HSL 214.71º 0.55% 0.64% -
HSV(B) 214.71º 0.48% 0.84% -
XYZ 30.54 31.74 68.14 -
YUV 148.87 164.75 101.7 -
System Red Green Blue C M Y K H S L
Decimal 112 155 214 0.48 0.28 0 0.16 214.71 0.55 0.64
Hex 70 9B D6 30 1C 0 10 D7 37 40
Octal 160 233 326 60 34 0 20 327 67 100
Binary 1110000 10011011 11010110 110000 11100 0 10000 11010111 110111 1000000

Color Harmonies of #709BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709BD6

Black with #709BD6

Text Example


Text Example

White with #709BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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