Html Css Color HEX #739EE6 Jordy Blue

📋 copy color: '#739EE6'

red 115 ◦ green 158 ◦ blue 230

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

Shades of Jordy Blue #739EE6

Tints of Jordy Blue #739EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.73%

R = 22.86%
G = 31.41%
B = 45.73%

CMYK

 C value IS 0.5

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#739EE6 (or 0x739EE6) is known color: Jordy Blue. HEX triplet: 73, 9E and E6. RGB value is (115,158,230). Sum of RGB (Red+Green+Blue) = 115+158+230=503 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.86% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #739EE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #739EE6 is #8C6119. Grayscale: #999999. Windows color (decimal): -9199898 or 15113843. OLE color: 15113843.

HSL color Cylindrical-coordinate representation of color #739EE6: hue angle of 217.57º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #739EE6 is Cyan = 0.5, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 115 158 230 -
CMYK 0.5 0.31 0 0.10
HSL 217.57º 0.7% 0.68% -
HSV(B) 217.57º 0.5% 0.9% -
XYZ 33.58 33.81 79.62 -
YUV 153.35 171.25 100.65 -
System Red Green Blue C M Y K H S L
Decimal 115 158 230 0.5 0.31 0 0.10 217.57 0.7 0.68
Hex 73 9E E6 32 1F 0 A DA 46 44
Octal 163 236 346 62 37 0 12 332 106 104
Binary 1110011 10011110 11100110 110010 11111 0 1010 11011010 1000110 1000100

Color Harmonies of #739EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739EE6

Black with #739EE6

Text Example


Text Example

White with #739EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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