Html Css Color HEX #749EDC Jordy Blue

📋 copy color: '#749EDC'

red 116 ◦ green 158 ◦ blue 220

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

Shades of Jordy Blue #749EDC

Tints of Jordy Blue #749EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 23.48%
G = 31.98%
B = 44.53%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#749EDC (or 0x749EDC) is known color: Jordy Blue. HEX triplet: 74, 9E and DC. RGB value is (116,158,220). Sum of RGB (Red+Green+Blue) = 116+158+220=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #749EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749EDC is #8B6123. Grayscale: #989898. Windows color (decimal): -9134372 or 14458484. OLE color: 14458484.

HSL color Cylindrical-coordinate representation of color #749EDC: hue angle of 215.77º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #749EDC is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 158 220 -
CMYK 0.47 0.28 0 0.14
HSL 215.77º 0.6% 0.66% -
HSV(B) 215.77º 0.47% 0.86% -
XYZ 32.35 33.33 72.44 -
YUV 152.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 116 158 220 0.47 0.28 0 0.14 215.77 0.6 0.66
Hex 74 9E DC 2F 1C 0 E D8 3C 42
Octal 164 236 334 57 34 0 16 330 74 102
Binary 1110100 10011110 11011100 101111 11100 0 1110 11011000 111100 1000010

Color Harmonies of #749EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749EDC

Black with #749EDC

Text Example


Text Example

White with #749EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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