Html Css Color HEX #739CDA Jordy Blue

📋 copy color: '#739CDA'

red 115 ◦ green 156 ◦ blue 218

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

Shades of Jordy Blue #739CDA

Tints of Jordy Blue #739CDA

RGB

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

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

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

R = 23.52%
G = 31.9%
B = 44.58%

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

#739CDA (or 0x739CDA) is known color: Jordy Blue. HEX triplet: 73, 9C and DA. RGB value is (115,156,218). Sum of RGB (Red+Green+Blue) = 115+156+218=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 156 (61.33% from 255 or 31.90% 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 #739CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739CDA is #8C6325. Grayscale: #969696. Windows color (decimal): -9200422 or 14326899. OLE color: 14326899.

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

Color convert

RGB 115 156 218 -
CMYK 0.47 0.28 0 0.15
HSL 216.12º 0.58% 0.65% -
HSV(B) 216.12º 0.47% 0.85% -
XYZ 31.61 32.48 70.93 -
YUV 150.81 165.92 102.46 -
System Red Green Blue C M Y K H S L
Decimal 115 156 218 0.47 0.28 0 0.15 216.12 0.58 0.65
Hex 73 9C DA 2F 1C 0 F D8 3A 41
Octal 163 234 332 57 34 0 17 330 72 101
Binary 1110011 10011100 11011010 101111 11100 0 1111 11011000 111010 1000001

Color Harmonies of #739CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739CDA

Black with #739CDA

Text Example


Text Example

White with #739CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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