Html Css Color HEX #749ECE Jordy Blue

📋 copy color: '#749ECE'

red 116 ◦ green 158 ◦ blue 206

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

Shades of Jordy Blue #749ECE

Tints of Jordy Blue #749ECE

RGB

 RED value IS 116 (45.7% from 255) = 24.17%

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

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 24.17%
G = 32.92%
B = 42.92%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#749ECE (or 0x749ECE) is known color: Jordy Blue. HEX triplet: 74, 9E and CE. RGB value is (116,158,206). Sum of RGB (Red+Green+Blue) = 116+158+206=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #749ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ECE is #8B6131. Grayscale: #969696. Windows color (decimal): -9134386 or 13540980. OLE color: 13540980.

HSL color Cylindrical-coordinate representation of color #749ECE: hue angle of 212º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #749ECE is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 158 206 -
CMYK 0.44 0.23 0 0.19
HSL 212º 0.48% 0.63% -
HSV(B) 212º 0.44% 0.81% -
XYZ 30.57 32.62 63.08 -
YUV 150.91 159.09 103.1 -
System Red Green Blue C M Y K H S L
Decimal 116 158 206 0.44 0.23 0 0.19 212 0.48 0.63
Hex 74 9E CE 2C 17 0 13 D4 30 3F
Octal 164 236 316 54 27 0 23 324 60 77
Binary 1110100 10011110 11001110 101100 10111 0 10011 11010100 110000 111111

Color Harmonies of #749ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749ECE

Black with #749ECE

Text Example


Text Example

White with #749ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749ECE; }

 p { color: rgb(116,158,206); }

 H1.HeaderClassName
 {
   color: #749ECE;
 }
 .AnyTagClassName
 {
   color: #749ECE;
 }
</style>

background-color css

<style>
 a { background-color: #749ECE; }

 a { background-color: rgb(116,158,206); }

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

border-color css

<style>
 span { border-color: #749ECE; }

 span { border-color: rgb(116,158,206); }

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