Html Css Color HEX #739DDE Jordy Blue

📋 copy color: '#739DDE'

red 115 ◦ green 157 ◦ blue 222

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

Shades of Jordy Blue #739DDE

Tints of Jordy Blue #739DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.78%

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

R = 23.28%
G = 31.78%
B = 44.94%

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

#739DDE (or 0x739DDE) is known color: Jordy Blue. HEX triplet: 73, 9D and DE. RGB value is (115,157,222). Sum of RGB (Red+Green+Blue) = 115+157+222=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #739DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DDE is #8C6221. Grayscale: #979797. Windows color (decimal): -9200162 or 14589299. OLE color: 14589299.

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

Color convert

RGB 115 157 222 -
CMYK 0.48 0.29 0 0.13
HSL 216.45º 0.62% 0.66% -
HSV(B) 216.45º 0.48% 0.87% -
XYZ 32.31 33.03 73.78 -
YUV 151.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 115 157 222 0.48 0.29 0 0.13 216.45 0.62 0.66
Hex 73 9D DE 30 1D 0 D D8 3E 42
Octal 163 235 336 60 35 0 15 330 76 102
Binary 1110011 10011101 11011110 110000 11101 0 1101 11011000 111110 1000010

Color Harmonies of #739DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739DDE

Black with #739DDE

Text Example


Text Example

White with #739DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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