Html Css Color HEX #749CDD Jordy Blue

📋 copy color: '#749CDD'

red 116 ◦ green 156 ◦ blue 221

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

Shades of Jordy Blue #749CDD

Tints of Jordy Blue #749CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.64%

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 23.53%
G = 31.64%
B = 44.83%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#749CDD (or 0x749CDD) is known color: Jordy Blue. HEX triplet: 74, 9C and DD. RGB value is (116,156,221). Sum of RGB (Red+Green+Blue) = 116+156+221=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #749CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CDD is #8B6322. Grayscale: #979797. Windows color (decimal): -9134883 or 14523508. OLE color: 14523508.

HSL color Cylindrical-coordinate representation of color #749CDD: hue angle of 217.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #749CDD is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 156 221 -
CMYK 0.48 0.29 0 0.13
HSL 217.14º 0.61% 0.66% -
HSV(B) 217.14º 0.48% 0.87% -
XYZ 32.14 32.71 73.03 -
YUV 151.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 116 156 221 0.48 0.29 0 0.13 217.14 0.61 0.66
Hex 74 9C DD 30 1D 0 D D9 3D 42
Octal 164 234 335 60 35 0 15 331 75 102
Binary 1110100 10011100 11011101 110000 11101 0 1101 11011001 111101 1000010

Color Harmonies of #749CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749CDD

Black with #749CDD

Text Example


Text Example

White with #749CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,156,221); }

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

background-color css

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

 a { background-color: rgb(116,156,221); }

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

border-color css

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

 span { border-color: rgb(116,156,221); }

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