Html Css Color HEX #749ECF Jordy Blue

📋 copy color: '#749ECF'

red 116 ◦ green 158 ◦ blue 207

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

Shades of Jordy Blue #749ECF

Tints of Jordy Blue #749ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 24.12%
G = 32.85%
B = 43.04%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#749ECF (or 0x749ECF) is known color: Jordy Blue. HEX triplet: 74, 9E and CF. RGB value is (116,158,207). Sum of RGB (Red+Green+Blue) = 116+158+207=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #749ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ECF is #8B6130. Grayscale: #969696. Windows color (decimal): -9134385 or 13606516. OLE color: 13606516.

HSL color Cylindrical-coordinate representation of color #749ECF: hue angle of 212.31º degrees, saturation: 0.49, 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 #749ECF is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 158 207 -
CMYK 0.44 0.24 0 0.19
HSL 212.31º 0.49% 0.63% -
HSV(B) 212.31º 0.44% 0.81% -
XYZ 30.69 32.67 63.72 -
YUV 151.03 159.59 103.02 -
System Red Green Blue C M Y K H S L
Decimal 116 158 207 0.44 0.24 0 0.19 212.31 0.49 0.63
Hex 74 9E CF 2C 18 0 13 D4 31 3F
Octal 164 236 317 54 30 0 23 324 61 77
Binary 1110100 10011110 11001111 101100 11000 0 10011 11010100 110001 111111

Color Harmonies of #749ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749ECF

Black with #749ECF

Text Example


Text Example

White with #749ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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