Html Css Color HEX #749EDB Jordy Blue

📋 copy color: '#749EDB'

red 116 ◦ green 158 ◦ blue 219

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

Shades of Jordy Blue #749EDB

Tints of Jordy Blue #749EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 23.53%
G = 32.05%
B = 44.42%

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

#749EDB (or 0x749EDB) is known color: Jordy Blue. HEX triplet: 74, 9E and DB. RGB value is (116,158,219). Sum of RGB (Red+Green+Blue) = 116+158+219=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #749EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749EDB is #8B6124. Grayscale: #989898. Windows color (decimal): -9134373 or 14392948. OLE color: 14392948.

HSL color Cylindrical-coordinate representation of color #749EDB: hue angle of 215.53º degrees, saturation: 0.59, 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 #749EDB is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 158 219 -
CMYK 0.47 0.28 0 0.14
HSL 215.53º 0.59% 0.66% -
HSV(B) 215.53º 0.47% 0.86% -
XYZ 32.22 33.28 71.74 -
YUV 152.4 165.59 102.04 -
System Red Green Blue C M Y K H S L
Decimal 116 158 219 0.47 0.28 0 0.14 215.53 0.59 0.66
Hex 74 9E DB 2F 1C 0 E D8 3B 42
Octal 164 236 333 57 34 0 16 330 73 102
Binary 1110100 10011110 11011011 101111 11100 0 1110 11011000 111011 1000010

Color Harmonies of #749EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749EDB

Black with #749EDB

Text Example


Text Example

White with #749EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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