Html Css Color HEX #709BD1 Jordy Blue

📋 copy color: '#709BD1'

red 112 ◦ green 155 ◦ blue 209

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

Shades of Jordy Blue #709BD1

Tints of Jordy Blue #709BD1

RGB

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

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

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

R = 23.53%
G = 32.56%
B = 43.91%

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

#709BD1 (or 0x709BD1) is known color: Jordy Blue. HEX triplet: 70, 9B and D1. RGB value is (112,155,209). Sum of RGB (Red+Green+Blue) = 112+155+209=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #709BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BD1 is #8F642E. Grayscale: #949494. Windows color (decimal): -9397295 or 13736816. OLE color: 13736816.

HSL color Cylindrical-coordinate representation of color #709BD1: hue angle of 213.4º 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 #709BD1 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 155 209 -
CMYK 0.46 0.26 0 0.18
HSL 213.4º 0.51% 0.63% -
HSV(B) 213.4º 0.46% 0.82% -
XYZ 29.91 31.49 64.82 -
YUV 148.3 162.25 102.11 -
System Red Green Blue C M Y K H S L
Decimal 112 155 209 0.46 0.26 0 0.18 213.4 0.51 0.63
Hex 70 9B D1 2E 1A 0 12 D5 33 3F
Octal 160 233 321 56 32 0 22 325 63 77
Binary 1110000 10011011 11010001 101110 11010 0 10010 11010101 110011 111111

Color Harmonies of #709BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709BD1

Black with #709BD1

Text Example


Text Example

White with #709BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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