Html Css Color HEX #739CCE Jordy Blue

📋 copy color: '#739CCE'

red 115 ◦ green 156 ◦ blue 206

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

Shades of Jordy Blue #739CCE

Tints of Jordy Blue #739CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 24.11%
G = 32.7%
B = 43.19%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#739CCE (or 0x739CCE) is known color: Jordy Blue. HEX triplet: 73, 9C and CE. RGB value is (115,156,206). Sum of RGB (Red+Green+Blue) = 115+156+206=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #739CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739CCE is #8C6331. Grayscale: #959595. Windows color (decimal): -9200434 or 13540467. OLE color: 13540467.

HSL color Cylindrical-coordinate representation of color #739CCE: hue angle of 212.97º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #739CCE is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 156 206 -
CMYK 0.44 0.24 0 0.19
HSL 212.97º 0.48% 0.63% -
HSV(B) 212.97º 0.44% 0.81% -
XYZ 30.1 31.88 62.96 -
YUV 149.44 159.92 103.43 -
System Red Green Blue C M Y K H S L
Decimal 115 156 206 0.44 0.24 0 0.19 212.97 0.48 0.63
Hex 73 9C CE 2C 18 0 13 D5 30 3F
Octal 163 234 316 54 30 0 23 325 60 77
Binary 1110011 10011100 11001110 101100 11000 0 10011 11010101 110000 111111

Color Harmonies of #739CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739CCE

Black with #739CCE

Text Example


Text Example

White with #739CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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