#7CA9F2

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

Shades of Jordy Blue #7CA9F2

Tints of Jordy Blue #7CA9F2

Color information

#7CA9F2 (or 0x7CA9F2) is unknown color: approx Jordy Blue. HEX triplet: 7C, A9 and F2. RGB value is (124,169,242). Sum of RGB (Red+Green+Blue) = 124+169+242=535 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.18% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #7CA9F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CA9F2 is #83560D. Grayscale: #A3A3A3. Windows color (decimal): -8607246 or 15903100. OLE color: 15903100.

HSL color Cylindrical-coordinate representation of color #7CA9F2: hue angle of 217.12º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CA9F2 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB124169242-
CMYK0.490.3000.05
HSL217.12º81.94%71.76%-
HSV(B)217.12º48.76%94.9%-
XYZ38.5339.0789.52-
YUV163.87172.0999.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.18%
GREEN value IS 169 (66.41% from 255) = 31.59%
BLUE value IS 242 (94.92% from 255) = 45.23%
R=23.18%
G=31.59%
B=45.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1241692420.490.3000.05217.1281.9471.76
Hex7CA9F2311E05d95248
Octal174251362613605331122110
Binary111110010101001111100101100011111001011101100110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,169,242); }

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

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

 a { background-color: rgb(124,169,242); }

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

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

 span { border-color: rgb(124,169,242); }

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