Html Css Color HEX #749BDA Jordy Blue

📋 copy color: '#749BDA'

red 116 ◦ green 155 ◦ blue 218

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

Shades of Jordy Blue #749BDA

Tints of Jordy Blue #749BDA

RGB

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

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

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

R = 23.72%
G = 31.7%
B = 44.58%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#749BDA (or 0x749BDA) is known color: Jordy Blue. HEX triplet: 74, 9B and DA. RGB value is (116,155,218). Sum of RGB (Red+Green+Blue) = 116+155+218=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #749BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BDA is #8B6425. Grayscale: #969696. Windows color (decimal): -9135142 or 14326644. OLE color: 14326644.

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

Color convert

RGB 116 155 218 -
CMYK 0.47 0.29 0 0.15
HSL 217.06º 0.58% 0.65% -
HSV(B) 217.06º 0.47% 0.85% -
XYZ 31.58 32.22 70.88 -
YUV 150.52 166.08 103.38 -
System Red Green Blue C M Y K H S L
Decimal 116 155 218 0.47 0.29 0 0.15 217.06 0.58 0.65
Hex 74 9B DA 2F 1D 0 F D9 3A 41
Octal 164 233 332 57 35 0 17 331 72 101
Binary 1110100 10011011 11011010 101111 11101 0 1111 11011001 111010 1000001

Color Harmonies of #749BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749BDA

Black with #749BDA

Text Example


Text Example

White with #749BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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