Html Css Color HEX #749ADC Jordy Blue

📋 copy color: '#749ADC'

red 116 ◦ green 154 ◦ blue 220

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

Shades of Jordy Blue #749ADC

Tints of Jordy Blue #749ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.43%

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

R = 23.67%
G = 31.43%
B = 44.9%

CMYK

 C value IS 0.47

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#749ADC (or 0x749ADC) is known color: Jordy Blue. HEX triplet: 74, 9A and DC. RGB value is (116,154,220). Sum of RGB (Red+Green+Blue) = 116+154+220=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #749ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ADC is #8B6523. Grayscale: #959595. Windows color (decimal): -9135396 or 14457460. OLE color: 14457460.

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

Color convert

RGB 116 154 220 -
CMYK 0.47 0.3 0 0.14
HSL 218.08º 0.6% 0.66% -
HSV(B) 218.08º 0.47% 0.86% -
XYZ 31.68 31.99 72.22 -
YUV 150.16 167.41 103.63 -
System Red Green Blue C M Y K H S L
Decimal 116 154 220 0.47 0.3 0 0.14 218.08 0.6 0.66
Hex 74 9A DC 2F 1E 0 E DA 3C 42
Octal 164 232 334 57 36 0 16 332 74 102
Binary 1110100 10011010 11011100 101111 11110 0 1110 11011010 111100 1000010

Color Harmonies of #749ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749ADC

Black with #749ADC

Text Example


Text Example

White with #749ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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