Html Css Color HEX #739BDF Jordy Blue

📋 copy color: '#739BDF'

red 115 ◦ green 155 ◦ blue 223

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

Shades of Jordy Blue #739BDF

Tints of Jordy Blue #739BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 23.33%
G = 31.44%
B = 45.23%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#739BDF (or 0x739BDF) is known color: Jordy Blue. HEX triplet: 73, 9B and DF. RGB value is (115,155,223). Sum of RGB (Red+Green+Blue) = 115+155+223=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #739BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739BDF is #8C6420. Grayscale: #969696. Windows color (decimal): -9200673 or 14654323. OLE color: 14654323.

HSL color Cylindrical-coordinate representation of color #739BDF: hue angle of 217.78º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #739BDF is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 155 223 -
CMYK 0.48 0.30 0 0.13
HSL 217.78º 0.63% 0.66% -
HSV(B) 217.78º 0.48% 0.87% -
XYZ 32.11 32.42 74.38 -
YUV 150.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 115 155 223 0.48 0.30 0 0.13 217.78 0.63 0.66
Hex 73 9B DF 30 1E 0 D DA 3F 42
Octal 163 233 337 60 36 0 15 332 77 102
Binary 1110011 10011011 11011111 110000 11110 0 1101 11011010 111111 1000010

Color Harmonies of #739BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739BDF

Black with #739BDF

Text Example


Text Example

White with #739BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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