Html Css Color HEX #739CDC Jordy Blue

📋 copy color: '#739CDC'

red 115 ◦ green 156 ◦ blue 220

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

Shades of Jordy Blue #739CDC

Tints of Jordy Blue #739CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.77%

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

R = 23.42%
G = 31.77%
B = 44.81%

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

#739CDC (or 0x739CDC) is known color: Jordy Blue. HEX triplet: 73, 9C and DC. RGB value is (115,156,220). Sum of RGB (Red+Green+Blue) = 115+156+220=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #739CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739CDC is #8C6323. Grayscale: #969696. Windows color (decimal): -9200420 or 14457971. OLE color: 14457971.

HSL color Cylindrical-coordinate representation of color #739CDC: hue angle of 216.57º 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 #739CDC is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 156 220 -
CMYK 0.48 0.29 0 0.14
HSL 216.57º 0.6% 0.66% -
HSV(B) 216.57º 0.48% 0.86% -
XYZ 31.88 32.59 72.32 -
YUV 151.04 166.92 102.3 -
System Red Green Blue C M Y K H S L
Decimal 115 156 220 0.48 0.29 0 0.14 216.57 0.6 0.66
Hex 73 9C DC 30 1D 0 E D9 3C 42
Octal 163 234 334 60 35 0 16 331 74 102
Binary 1110011 10011100 11011100 110000 11101 0 1110 11011001 111100 1000010

Color Harmonies of #739CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739CDC

Black with #739CDC

Text Example


Text Example

White with #739CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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