Html Css Color HEX #739DDA Jordy Blue

📋 copy color: '#739DDA'

red 115 ◦ green 157 ◦ blue 218

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

Shades of Jordy Blue #739DDA

Tints of Jordy Blue #739DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 23.47%
G = 32.04%
B = 44.49%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#739DDA (or 0x739DDA) is known color: Jordy Blue. HEX triplet: 73, 9D and DA. RGB value is (115,157,218). Sum of RGB (Red+Green+Blue) = 115+157+218=490 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.47% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #739DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DDA is #8C6225. Grayscale: #979797. Windows color (decimal): -9200166 or 14327155. OLE color: 14327155.

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

Color convert

RGB 115 157 218 -
CMYK 0.47 0.28 0 0.15
HSL 215.53º 0.58% 0.65% -
HSV(B) 215.53º 0.47% 0.85% -
XYZ 31.78 32.82 70.99 -
YUV 151.4 165.59 102.04 -
System Red Green Blue C M Y K H S L
Decimal 115 157 218 0.47 0.28 0 0.15 215.53 0.58 0.65
Hex 73 9D DA 2F 1C 0 F D8 3A 41
Octal 163 235 332 57 34 0 17 330 72 101
Binary 1110011 10011101 11011010 101111 11100 0 1111 11011000 111010 1000001

Color Harmonies of #739DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739DDA

Black with #739DDA

Text Example


Text Example

White with #739DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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