Html Css Color HEX #739AD5 Jordy Blue

📋 copy color: '#739AD5'

red 115 ◦ green 154 ◦ blue 213

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

Shades of Jordy Blue #739AD5

Tints of Jordy Blue #739AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.95%

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 23.86%
G = 31.95%
B = 44.19%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#739AD5 (or 0x739AD5) is known color: Jordy Blue. HEX triplet: 73, 9A and D5. RGB value is (115,154,213). Sum of RGB (Red+Green+Blue) = 115+154+213=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #739AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739AD5 is #8C652A. Grayscale: #949494. Windows color (decimal): -9200939 or 13998707. OLE color: 13998707.

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

Color convert

RGB 115 154 213 -
CMYK 0.46 0.28 0 0.16
HSL 216.12º 0.54% 0.64% -
HSV(B) 216.12º 0.46% 0.84% -
XYZ 30.64 31.56 67.43 -
YUV 149.07 164.08 103.7 -
System Red Green Blue C M Y K H S L
Decimal 115 154 213 0.46 0.28 0 0.16 216.12 0.54 0.64
Hex 73 9A D5 2E 1C 0 10 D8 36 40
Octal 163 232 325 56 34 0 20 330 66 100
Binary 1110011 10011010 11010101 101110 11100 0 10000 11011000 110110 1000000

Color Harmonies of #739AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739AD5

Black with #739AD5

Text Example


Text Example

White with #739AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,154,213); }

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

background-color css

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

 a { background-color: rgb(115,154,213); }

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

border-color css

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

 span { border-color: rgb(115,154,213); }

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