Html Css Color HEX #739AD0 Jordy Blue

📋 copy color: '#739AD0'

red 115 ◦ green 154 ◦ blue 208

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

Shades of Jordy Blue #739AD0

Tints of Jordy Blue #739AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 24.11%
G = 32.29%
B = 43.61%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#739AD0 (or 0x739AD0) is known color: Jordy Blue. HEX triplet: 73, 9A and D0. RGB value is (115,154,208). Sum of RGB (Red+Green+Blue) = 115+154+208=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #739AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739AD0 is #8C652F. Grayscale: #949494. Windows color (decimal): -9200944 or 13671027. OLE color: 13671027.

HSL color Cylindrical-coordinate representation of color #739AD0: hue angle of 214.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #739AD0 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 154 208 -
CMYK 0.45 0.26 0 0.18
HSL 214.84º 0.5% 0.63% -
HSV(B) 214.84º 0.45% 0.82% -
XYZ 30.01 31.31 64.14 -
YUV 148.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 115 154 208 0.45 0.26 0 0.18 214.84 0.5 0.63
Hex 73 9A D0 2D 1A 0 12 D7 32 3F
Octal 163 232 320 55 32 0 22 327 62 77
Binary 1110011 10011010 11010000 101101 11010 0 10010 11010111 110010 111111

Color Harmonies of #739AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739AD0

Black with #739AD0

Text Example


Text Example

White with #739AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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