Html Css Color HEX #749BDC Jordy Blue

📋 copy color: '#749BDC'

red 116 ◦ green 155 ◦ blue 220

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

Shades of Jordy Blue #749BDC

Tints of Jordy Blue #749BDC

RGB

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

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

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

R = 23.63%
G = 31.57%
B = 44.81%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#749BDC (or 0x749BDC) is known color: Jordy Blue. HEX triplet: 74, 9B and DC. RGB value is (116,155,220). Sum of RGB (Red+Green+Blue) = 116+155+220=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #749BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BDC is #8B6423. Grayscale: #969696. Windows color (decimal): -9135140 or 14457716. OLE color: 14457716.

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

Color convert

RGB 116 155 220 -
CMYK 0.47 0.30 0 0.14
HSL 217.5º 0.6% 0.66% -
HSV(B) 217.5º 0.47% 0.86% -
XYZ 31.84 32.32 72.27 -
YUV 150.75 167.08 103.21 -
System Red Green Blue C M Y K H S L
Decimal 116 155 220 0.47 0.30 0 0.14 217.5 0.6 0.66
Hex 74 9B DC 2F 1E 0 E DA 3C 42
Octal 164 233 334 57 36 0 16 332 74 102
Binary 1110100 10011011 11011100 101111 11110 0 1110 11011010 111100 1000010

Color Harmonies of #749BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749BDC

Black with #749BDC

Text Example


Text Example

White with #749BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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