Html Css Color HEX #709BDB Jordy Blue

📋 copy color: '#709BDB'

red 112 ◦ green 155 ◦ blue 219

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

Shades of Jordy Blue #709BDB

Tints of Jordy Blue #709BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 23.05%
G = 31.89%
B = 45.06%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#709BDB (or 0x709BDB) is known color: Jordy Blue. HEX triplet: 70, 9B and DB. RGB value is (112,155,219). Sum of RGB (Red+Green+Blue) = 112+155+219=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #709BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BDB is #8F6424. Grayscale: #959595. Windows color (decimal): -9397285 or 14392176. OLE color: 14392176.

HSL color Cylindrical-coordinate representation of color #709BDB: hue angle of 215.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #709BDB is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 155 219 -
CMYK 0.49 0.29 0 0.14
HSL 215.89º 0.6% 0.65% -
HSV(B) 215.89º 0.49% 0.86% -
XYZ 31.19 32 71.55 -
YUV 149.44 167.25 101.3 -
System Red Green Blue C M Y K H S L
Decimal 112 155 219 0.49 0.29 0 0.14 215.89 0.6 0.65
Hex 70 9B DB 31 1D 0 E D8 3C 41
Octal 160 233 333 61 35 0 16 330 74 101
Binary 1110000 10011011 11011011 110001 11101 0 1110 11011000 111100 1000001

Color Harmonies of #709BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709BDB

Black with #709BDB

Text Example


Text Example

White with #709BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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