Html Css Color HEX #749CDA Jordy Blue

📋 copy color: '#749CDA'

red 116 ◦ green 156 ◦ blue 218

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

Shades of Jordy Blue #749CDA

Tints of Jordy Blue #749CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 23.67%
G = 31.84%
B = 44.49%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#749CDA (or 0x749CDA) is known color: Jordy Blue. HEX triplet: 74, 9C and DA. RGB value is (116,156,218). Sum of RGB (Red+Green+Blue) = 116+156+218=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #749CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CDA is #8B6325. Grayscale: #969696. Windows color (decimal): -9134886 or 14326900. OLE color: 14326900.

HSL color Cylindrical-coordinate representation of color #749CDA: hue angle of 216.47º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #749CDA is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 156 218 -
CMYK 0.47 0.28 0 0.15
HSL 216.47º 0.58% 0.65% -
HSV(B) 216.47º 0.47% 0.85% -
XYZ 31.75 32.55 70.94 -
YUV 151.11 165.75 102.96 -
System Red Green Blue C M Y K H S L
Decimal 116 156 218 0.47 0.28 0 0.15 216.47 0.58 0.65
Hex 74 9C DA 2F 1C 0 F D8 3A 41
Octal 164 234 332 57 34 0 17 330 72 101
Binary 1110100 10011100 11011010 101111 11100 0 1111 11011000 111010 1000001

Color Harmonies of #749CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749CDA

Black with #749CDA

Text Example


Text Example

White with #749CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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