Html Css Color HEX #739DDC Jordy Blue

📋 copy color: '#739DDC'

red 115 ◦ green 157 ◦ blue 220

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

Shades of Jordy Blue #739DDC

Tints of Jordy Blue #739DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 23.37%
G = 31.91%
B = 44.72%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#739DDC (or 0x739DDC) is known color: Jordy Blue. HEX triplet: 73, 9D and DC. RGB value is (115,157,220). Sum of RGB (Red+Green+Blue) = 115+157+220=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #739DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DDC is #8C6223. Grayscale: #979797. Windows color (decimal): -9200164 or 14458227. OLE color: 14458227.

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

Color convert

RGB 115 157 220 -
CMYK 0.48 0.29 0 0.14
HSL 216º 0.6% 0.66% -
HSV(B) 216º 0.48% 0.86% -
XYZ 32.05 32.93 72.38 -
YUV 151.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 115 157 220 0.48 0.29 0 0.14 216 0.6 0.66
Hex 73 9D DC 30 1D 0 E D8 3C 42
Octal 163 235 334 60 35 0 16 330 74 102
Binary 1110011 10011101 11011100 110000 11101 0 1110 11011000 111100 1000010

Color Harmonies of #739DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739DDC

Black with #739DDC

Text Example


Text Example

White with #739DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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