Html Css Color HEX #739CDF Jordy Blue

📋 copy color: '#739CDF'

red 115 ◦ green 156 ◦ blue 223

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

Shades of Jordy Blue #739CDF

Tints of Jordy Blue #739CDF

RGB

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

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

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

R = 23.28%
G = 31.58%
B = 45.14%

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

#739CDF (or 0x739CDF) is known color: Jordy Blue. HEX triplet: 73, 9C and DF. RGB value is (115,156,223). Sum of RGB (Red+Green+Blue) = 115+156+223=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #739CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739CDF is #8C6320. Grayscale: #979797. Windows color (decimal): -9200417 or 14654579. OLE color: 14654579.

HSL color Cylindrical-coordinate representation of color #739CDF: hue angle of 217.22º 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 #739CDF is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 156 223 -
CMYK 0.48 0.30 0 0.13
HSL 217.22º 0.63% 0.66% -
HSV(B) 217.22º 0.48% 0.87% -
XYZ 32.28 32.75 74.43 -
YUV 151.38 168.42 102.05 -
System Red Green Blue C M Y K H S L
Decimal 115 156 223 0.48 0.30 0 0.13 217.22 0.63 0.66
Hex 73 9C DF 30 1E 0 D D9 3F 42
Octal 163 234 337 60 36 0 15 331 77 102
Binary 1110011 10011100 11011111 110000 11110 0 1101 11011001 111111 1000010

Color Harmonies of #739CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739CDF

Black with #739CDF

Text Example


Text Example

White with #739CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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