Html Css Color HEX #739CCC Jordy Blue

📋 copy color: '#739CCC'

red 115 ◦ green 156 ◦ blue 204

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

Shades of Jordy Blue #739CCC

Tints of Jordy Blue #739CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 24.21%
G = 32.84%
B = 42.95%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#739CCC (or 0x739CCC) is known color: Jordy Blue. HEX triplet: 73, 9C and CC. RGB value is (115,156,204). Sum of RGB (Red+Green+Blue) = 115+156+204=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #739CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739CCC is #8C6333. Grayscale: #949494. Windows color (decimal): -9200436 or 13409395. OLE color: 13409395.

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

Color convert

RGB 115 156 204 -
CMYK 0.44 0.24 0 0.2
HSL 212.36º 0.47% 0.63% -
HSV(B) 212.36º 0.44% 0.8% -
XYZ 29.86 31.78 61.69 -
YUV 149.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 115 156 204 0.44 0.24 0 0.2 212.36 0.47 0.63
Hex 73 9C CC 2C 18 0 14 D4 2F 3F
Octal 163 234 314 54 30 0 24 324 57 77
Binary 1110011 10011100 11001100 101100 11000 0 10100 11010100 101111 111111

Color Harmonies of #739CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739CCC

Black with #739CCC

Text Example


Text Example

White with #739CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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