Html Css Color HEX #749BDD Jordy Blue

📋 copy color: '#749BDD'

red 116 ◦ green 155 ◦ blue 221

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

Shades of Jordy Blue #749BDD

Tints of Jordy Blue #749BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.5%

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

R = 23.58%
G = 31.5%
B = 44.92%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#749BDD (or 0x749BDD) is known color: Jordy Blue. HEX triplet: 74, 9B and DD. RGB value is (116,155,221). Sum of RGB (Red+Green+Blue) = 116+155+221=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #749BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BDD is #8B6422. Grayscale: #969696. Windows color (decimal): -9135139 or 14523252. OLE color: 14523252.

HSL color Cylindrical-coordinate representation of color #749BDD: hue angle of 217.71º 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 #749BDD is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 155 221 -
CMYK 0.48 0.30 0 0.13
HSL 217.71º 0.61% 0.66% -
HSV(B) 217.71º 0.48% 0.87% -
XYZ 31.97 32.38 72.97 -
YUV 150.86 167.58 103.13 -
System Red Green Blue C M Y K H S L
Decimal 116 155 221 0.48 0.30 0 0.13 217.71 0.61 0.66
Hex 74 9B DD 30 1E 0 D DA 3D 42
Octal 164 233 335 60 36 0 15 332 75 102
Binary 1110100 10011011 11011101 110000 11110 0 1101 11011010 111101 1000010

Color Harmonies of #749BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749BDD

Black with #749BDD

Text Example


Text Example

White with #749BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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