Html Css Color HEX #749DDB Jordy Blue

📋 copy color: '#749DDB'

red 116 ◦ green 157 ◦ blue 219

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

Shades of Jordy Blue #749DDB

Tints of Jordy Blue #749DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.91%

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

R = 23.58%
G = 31.91%
B = 44.51%

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

#749DDB (or 0x749DDB) is known color: Jordy Blue. HEX triplet: 74, 9D and DB. RGB value is (116,157,219). Sum of RGB (Red+Green+Blue) = 116+157+219=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #749DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DDB is #8B6224. Grayscale: #979797. Windows color (decimal): -9134629 or 14392692. OLE color: 14392692.

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

Color convert

RGB 116 157 219 -
CMYK 0.47 0.28 0 0.14
HSL 216.12º 0.59% 0.66% -
HSV(B) 216.12º 0.47% 0.86% -
XYZ 32.05 32.94 71.69 -
YUV 151.81 165.92 102.46 -
System Red Green Blue C M Y K H S L
Decimal 116 157 219 0.47 0.28 0 0.14 216.12 0.59 0.66
Hex 74 9D DB 2F 1C 0 E D8 3B 42
Octal 164 235 333 57 34 0 16 330 73 102
Binary 1110100 10011101 11011011 101111 11100 0 1110 11011000 111011 1000010

Color Harmonies of #749DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749DDB

Black with #749DDB

Text Example


Text Example

White with #749DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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