Html Css Color HEX #739FCB Jordy Blue

📋 copy color: '#739FCB'

red 115 ◦ green 159 ◦ blue 203

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

Shades of Jordy Blue #739FCB

Tints of Jordy Blue #739FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.33%

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 24.11%
G = 33.33%
B = 42.56%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#739FCB (or 0x739FCB) is known color: Jordy Blue. HEX triplet: 73, 9F and CB. RGB value is (115,159,203). Sum of RGB (Red+Green+Blue) = 115+159+203=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #739FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739FCB is #8C6034. Grayscale: #969696. Windows color (decimal): -9199669 or 13344627. OLE color: 13344627.

HSL color Cylindrical-coordinate representation of color #739FCB: hue angle of 210º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #739FCB is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 159 203 -
CMYK 0.43 0.22 0 0.20
HSL 210º 0.46% 0.62% -
HSV(B) 210º 0.43% 0.8% -
XYZ 30.25 32.75 61.23 -
YUV 150.86 157.42 102.42 -
System Red Green Blue C M Y K H S L
Decimal 115 159 203 0.43 0.22 0 0.20 210 0.46 0.62
Hex 73 9F CB 2B 16 0 14 D2 2E 3E
Octal 163 237 313 53 26 0 24 322 56 76
Binary 1110011 10011111 11001011 101011 10110 0 10100 11010010 101110 111110

Color Harmonies of #739FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739FCB

Black with #739FCB

Text Example


Text Example

White with #739FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,159,203); }

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

background-color css

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

 a { background-color: rgb(115,159,203); }

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

border-color css

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

 span { border-color: rgb(115,159,203); }

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