Html Css Color HEX #739DDB Jordy Blue

📋 copy color: '#739DDB'

red 115 ◦ green 157 ◦ blue 219

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

Shades of Jordy Blue #739DDB

Tints of Jordy Blue #739DDB

RGB

 RED value IS 115 (45.31% from 255) = 23.42%

 GREEN value IS 157 (61.72% from 255) = 31.98%

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

R = 23.42%
G = 31.98%
B = 44.6%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#739DDB (or 0x739DDB) is known color: Jordy Blue. HEX triplet: 73, 9D and DB. RGB value is (115,157,219). Sum of RGB (Red+Green+Blue) = 115+157+219=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #739DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DDB is #8C6224. Grayscale: #979797. Windows color (decimal): -9200165 or 14392691. OLE color: 14392691.

HSL color Cylindrical-coordinate representation of color #739DDB: hue angle of 215.77º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #739DDB is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 157 219 -
CMYK 0.47 0.28 0 0.14
HSL 215.77º 0.59% 0.65% -
HSV(B) 215.77º 0.47% 0.86% -
XYZ 31.91 32.87 71.68 -
YUV 151.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 115 157 219 0.47 0.28 0 0.14 215.77 0.59 0.65
Hex 73 9D DB 2F 1C 0 E D8 3B 41
Octal 163 235 333 57 34 0 16 330 73 101
Binary 1110011 10011101 11011011 101111 11100 0 1110 11011000 111011 1000001

Color Harmonies of #739DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739DDB

Black with #739DDB

Text Example


Text Example

White with #739DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739DDB; }

 p { color: rgb(115,157,219); }

 H1.HeaderClassName
 {
   color: #739DDB;
 }
 .AnyTagClassName
 {
   color: #739DDB;
 }
</style>

background-color css

<style>
 a { background-color: #739DDB; }

 a { background-color: rgb(115,157,219); }

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

border-color css

<style>
 span { border-color: #739DDB; }

 span { border-color: rgb(115,157,219); }

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