Html Css Color HEX #739BDA Jordy Blue

📋 copy color: '#739BDA'

red 115 ◦ green 155 ◦ blue 218

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

Shades of Jordy Blue #739BDA

Tints of Jordy Blue #739BDA

RGB

 RED value IS 115 (45.31% from 255) = 23.57%

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

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

R = 23.57%
G = 31.76%
B = 44.67%

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

#739BDA (or 0x739BDA) is known color: Jordy Blue. HEX triplet: 73, 9B and DA. RGB value is (115,155,218). Sum of RGB (Red+Green+Blue) = 115+155+218=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #739BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739BDA is #8C6425. Grayscale: #959595. Windows color (decimal): -9200678 or 14326643. OLE color: 14326643.

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

Color convert

RGB 115 155 218 -
CMYK 0.47 0.29 0 0.15
HSL 216.7º 0.58% 0.65% -
HSV(B) 216.7º 0.47% 0.85% -
XYZ 31.45 32.15 70.88 -
YUV 150.22 166.25 102.88 -
System Red Green Blue C M Y K H S L
Decimal 115 155 218 0.47 0.29 0 0.15 216.7 0.58 0.65
Hex 73 9B DA 2F 1D 0 F D9 3A 41
Octal 163 233 332 57 35 0 17 331 72 101
Binary 1110011 10011011 11011010 101111 11101 0 1111 11011001 111010 1000001

Color Harmonies of #739BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739BDA

Black with #739BDA

Text Example


Text Example

White with #739BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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