Html Css Color HEX #749CCF Jordy Blue

📋 copy color: '#749CCF'

red 116 ◦ green 156 ◦ blue 207

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

Shades of Jordy Blue #749CCF

Tints of Jordy Blue #749CCF

RGB

 RED value IS 116 (45.7% from 255) = 24.22%

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 24.22%
G = 32.57%
B = 43.22%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#749CCF (or 0x749CCF) is known color: Jordy Blue. HEX triplet: 74, 9C and CF. RGB value is (116,156,207). Sum of RGB (Red+Green+Blue) = 116+156+207=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #749CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CCF is #8B6330. Grayscale: #959595. Windows color (decimal): -9134897 or 13606004. OLE color: 13606004.

HSL color Cylindrical-coordinate representation of color #749CCF: hue angle of 213.63º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #749CCF is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 156 207 -
CMYK 0.44 0.25 0 0.19
HSL 213.63º 0.49% 0.63% -
HSV(B) 213.63º 0.44% 0.81% -
XYZ 30.35 31.99 63.61 -
YUV 149.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 116 156 207 0.44 0.25 0 0.19 213.63 0.49 0.63
Hex 74 9C CF 2C 19 0 13 D6 31 3F
Octal 164 234 317 54 31 0 23 326 61 77
Binary 1110100 10011100 11001111 101100 11001 0 10011 11010110 110001 111111

Color Harmonies of #749CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749CCF

Black with #749CCF

Text Example


Text Example

White with #749CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749CCF; }

 p { color: rgb(116,156,207); }

 H1.HeaderClassName
 {
   color: #749CCF;
 }
 .AnyTagClassName
 {
   color: #749CCF;
 }
</style>

background-color css

<style>
 a { background-color: #749CCF; }

 a { background-color: rgb(116,156,207); }

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

border-color css

<style>
 span { border-color: #749CCF; }

 span { border-color: rgb(116,156,207); }

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