Html Css Color HEX #739EDD Jordy Blue

📋 copy color: '#739EDD'

red 115 ◦ green 158 ◦ blue 221

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

Shades of Jordy Blue #739EDD

Tints of Jordy Blue #739EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.98%

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

R = 23.28%
G = 31.98%
B = 44.74%

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

#739EDD (or 0x739EDD) is known color: Jordy Blue. HEX triplet: 73, 9E and DD. RGB value is (115,158,221). Sum of RGB (Red+Green+Blue) = 115+158+221=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #739EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739EDD is #8C6122. Grayscale: #989898. Windows color (decimal): -9199907 or 14524019. OLE color: 14524019.

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

Color convert

RGB 115 158 221 -
CMYK 0.48 0.29 0 0.13
HSL 215.66º 0.61% 0.66% -
HSV(B) 215.66º 0.48% 0.87% -
XYZ 32.35 33.32 73.13 -
YUV 152.33 166.75 101.38 -
System Red Green Blue C M Y K H S L
Decimal 115 158 221 0.48 0.29 0 0.13 215.66 0.61 0.66
Hex 73 9E DD 30 1D 0 D D8 3D 42
Octal 163 236 335 60 35 0 15 330 75 102
Binary 1110011 10011110 11011101 110000 11101 0 1101 11011000 111101 1000010

Color Harmonies of #739EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739EDD

Black with #739EDD

Text Example


Text Example

White with #739EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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