Html Css Color HEX #749BCF Jordy Blue

📋 copy color: '#749BCF'

red 116 ◦ green 155 ◦ blue 207

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

Shades of Jordy Blue #749BCF

Tints of Jordy Blue #749BCF

RGB

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

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

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

R = 24.27%
G = 32.43%
B = 43.31%

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

#749BCF (or 0x749BCF) is known color: Jordy Blue. HEX triplet: 74, 9B and CF. RGB value is (116,155,207). Sum of RGB (Red+Green+Blue) = 116+155+207=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #749BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BCF is #8B6430. Grayscale: #959595. Windows color (decimal): -9135153 or 13605748. OLE color: 13605748.

HSL color Cylindrical-coordinate representation of color #749BCF: hue angle of 214.29º 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 #749BCF is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 155 207 -
CMYK 0.44 0.25 0 0.19
HSL 214.29º 0.49% 0.63% -
HSV(B) 214.29º 0.44% 0.81% -
XYZ 30.19 31.66 63.55 -
YUV 149.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 116 155 207 0.44 0.25 0 0.19 214.29 0.49 0.63
Hex 74 9B CF 2C 19 0 13 D6 31 3F
Octal 164 233 317 54 31 0 23 326 61 77
Binary 1110100 10011011 11001111 101100 11001 0 10011 11010110 110001 111111

Color Harmonies of #749BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749BCF

Black with #749BCF

Text Example


Text Example

White with #749BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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