Html Css Color HEX #739BDE Jordy Blue

📋 copy color: '#739BDE'

red 115 ◦ green 155 ◦ blue 222

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

Shades of Jordy Blue #739BDE

Tints of Jordy Blue #739BDE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.5%

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

R = 23.37%
G = 31.5%
B = 45.12%

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

#739BDE (or 0x739BDE) is known color: Jordy Blue. HEX triplet: 73, 9B and DE. RGB value is (115,155,222). Sum of RGB (Red+Green+Blue) = 115+155+222=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #739BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739BDE is #8C6421. Grayscale: #969696. Windows color (decimal): -9200674 or 14588787. OLE color: 14588787.

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

Color convert

RGB 115 155 222 -
CMYK 0.48 0.30 0 0.13
HSL 217.57º 0.62% 0.66% -
HSV(B) 217.57º 0.48% 0.87% -
XYZ 31.98 32.36 73.67 -
YUV 150.68 168.25 102.55 -
System Red Green Blue C M Y K H S L
Decimal 115 155 222 0.48 0.30 0 0.13 217.57 0.62 0.66
Hex 73 9B DE 30 1E 0 D DA 3E 42
Octal 163 233 336 60 36 0 15 332 76 102
Binary 1110011 10011011 11011110 110000 11110 0 1101 11011010 111110 1000010

Color Harmonies of #739BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739BDE

Black with #739BDE

Text Example


Text Example

White with #739BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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