Html Css Color HEX #739CDD Jordy Blue

📋 copy color: '#739CDD'

red 115 ◦ green 156 ◦ blue 221

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

Shades of Jordy Blue #739CDD

Tints of Jordy Blue #739CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 23.37%
G = 31.71%
B = 44.92%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#739CDD (or 0x739CDD) is known color: Jordy Blue. HEX triplet: 73, 9C and DD. RGB value is (115,156,221). Sum of RGB (Red+Green+Blue) = 115+156+221=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #739CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739CDD is #8C6322. Grayscale: #969696. Windows color (decimal): -9200419 or 14523507. OLE color: 14523507.

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

Color convert

RGB 115 156 221 -
CMYK 0.48 0.29 0 0.13
HSL 216.79º 0.61% 0.66% -
HSV(B) 216.79º 0.48% 0.87% -
XYZ 32.01 32.64 73.02 -
YUV 151.15 167.42 102.21 -
System Red Green Blue C M Y K H S L
Decimal 115 156 221 0.48 0.29 0 0.13 216.79 0.61 0.66
Hex 73 9C DD 30 1D 0 D D9 3D 42
Octal 163 234 335 60 35 0 15 331 75 102
Binary 1110011 10011100 11011101 110000 11101 0 1101 11011001 111101 1000010

Color Harmonies of #739CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739CDD

Black with #739CDD

Text Example


Text Example

White with #739CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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