Html Css Color HEX #709BDF Jordy Blue

📋 copy color: '#709BDF'

red 112 ◦ green 155 ◦ blue 223

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

Shades of Jordy Blue #709BDF

Tints of Jordy Blue #709BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 22.86%
G = 31.63%
B = 45.51%

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

#709BDF (or 0x709BDF) is known color: Jordy Blue. HEX triplet: 70, 9B and DF. RGB value is (112,155,223). Sum of RGB (Red+Green+Blue) = 112+155+223=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #709BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BDF is #8F6420. Grayscale: #959595. Windows color (decimal): -9397281 or 14654320. OLE color: 14654320.

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

Color convert

RGB 112 155 223 -
CMYK 0.50 0.30 0 0.13
HSL 216.76º 0.63% 0.66% -
HSV(B) 216.76º 0.5% 0.87% -
XYZ 31.72 32.22 74.36 -
YUV 149.9 169.25 100.97 -
System Red Green Blue C M Y K H S L
Decimal 112 155 223 0.50 0.30 0 0.13 216.76 0.63 0.66
Hex 70 9B DF 32 1E 0 D D9 3F 42
Octal 160 233 337 62 36 0 15 331 77 102
Binary 1110000 10011011 11011111 110010 11110 0 1101 11011001 111111 1000010

Color Harmonies of #709BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709BDF

Black with #709BDF

Text Example


Text Example

White with #709BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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