Html Css Color HEX #749DCD Jordy Blue

📋 copy color: '#749DCD'

red 116 ◦ green 157 ◦ blue 205

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

Shades of Jordy Blue #749DCD

Tints of Jordy Blue #749DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 24.27%
G = 32.85%
B = 42.89%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#749DCD (or 0x749DCD) is known color: Jordy Blue. HEX triplet: 74, 9D and CD. RGB value is (116,157,205). Sum of RGB (Red+Green+Blue) = 116+157+205=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #749DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DCD is #8B6232. Grayscale: #959595. Windows color (decimal): -9134643 or 13475188. OLE color: 13475188.

HSL color Cylindrical-coordinate representation of color #749DCD: hue angle of 212.36º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #749DCD is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 157 205 -
CMYK 0.43 0.23 0 0.20
HSL 212.36º 0.47% 0.63% -
HSV(B) 212.36º 0.43% 0.8% -
XYZ 30.28 32.23 62.38 -
YUV 150.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 116 157 205 0.43 0.23 0 0.20 212.36 0.47 0.63
Hex 74 9D CD 2B 17 0 14 D4 2F 3F
Octal 164 235 315 53 27 0 24 324 57 77
Binary 1110100 10011101 11001101 101011 10111 0 10100 11010100 101111 111111

Color Harmonies of #749DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749DCD

Black with #749DCD

Text Example


Text Example

White with #749DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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