Html Css Color HEX #739CDE Jordy Blue

📋 copy color: '#739CDE'

red 115 ◦ green 156 ◦ blue 222

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

Shades of Jordy Blue #739CDE

Tints of Jordy Blue #739CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 23.33%
G = 31.64%
B = 45.03%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#739CDE (or 0x739CDE) is known color: Jordy Blue. HEX triplet: 73, 9C and DE. RGB value is (115,156,222). Sum of RGB (Red+Green+Blue) = 115+156+222=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #739CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739CDE is #8C6321. Grayscale: #969696. Windows color (decimal): -9200418 or 14589043. OLE color: 14589043.

HSL color Cylindrical-coordinate representation of color #739CDE: hue angle of 217.01º degrees, saturation: 0.62, 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 #739CDE is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 156 222 -
CMYK 0.48 0.30 0 0.13
HSL 217.01º 0.62% 0.66% -
HSV(B) 217.01º 0.48% 0.87% -
XYZ 32.14 32.7 73.72 -
YUV 151.27 167.92 102.13 -
System Red Green Blue C M Y K H S L
Decimal 115 156 222 0.48 0.30 0 0.13 217.01 0.62 0.66
Hex 73 9C DE 30 1E 0 D D9 3E 42
Octal 163 234 336 60 36 0 15 331 76 102
Binary 1110011 10011100 11011110 110000 11110 0 1101 11011001 111110 1000010

Color Harmonies of #739CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739CDE

Black with #739CDE

Text Example


Text Example

White with #739CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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