#7CA8F9

Color #7CA8F9 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7CA8F9

Tints of Jordy Blue #7CA8F9

Color information

#7CA8F9 (or 0x7CA8F9) is unknown color: approx Jordy Blue. HEX triplet: 7C, A8 and F9. RGB value is (124,168,249). Sum of RGB (Red+Green+Blue) = 124+168+249=541 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.92% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #7CA8F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CA8F9 is #835706. Grayscale: #A3A3A3. Windows color (decimal): -8607495 or 16361596. OLE color: 16361596.

HSL color Cylindrical-coordinate representation of color #7CA8F9: hue angle of 218.88º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CA8F9 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB124168249-
CMYK0.500.3300.02
HSL218.88º91.24%73.14%-
HSV(B)218.88º50.2%97.65%-
XYZ39.4139.1395.1-
YUV164.08175.9299.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.92%
GREEN value IS 168 (66.02% from 255) = 31.05%
BLUE value IS 249 (97.66% from 255) = 46.03%
R=22.92%
G=31.05%
B=46.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1241682490.500.3300.02218.8891.2473.14
Hex7CA8F9322102db5b49
Octal174250371624102333133111
Binary111110010101000111110011100101000010101101101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CA8F9; }

 p { color: rgb(124,168,249); }

 H1.HeaderClassName
 {
   color: #7CA8F9;
 }
 .AnyTagClassName
 {
   color: #7CA8F9;
 }
</style>
background-color css

<style>
 a { background-color: #7CA8F9; }

 a { background-color: rgb(124,168,249); }

 div.DivClassName
 {
   background-color: #7CA8F9;
 }
 .BgClassName
 {
   background-color: #7CA8F9;
 }
</style>
border-color css

<style>
 span { border-color: #7CA8F9; }

 span { border-color: rgb(124,168,249); }

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