#7CB3F0

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

Shades of Jordy Blue #7CB3F0

Tints of Jordy Blue #7CB3F0

Color information

#7CB3F0 (or 0x7CB3F0) is unknown color: approx Jordy Blue. HEX triplet: 7C, B3 and F0. RGB value is (124,179,240). Sum of RGB (Red+Green+Blue) = 124+179+240=543 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.84% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #7CB3F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB3F0 is #834C0F. Grayscale: #A9A9A9. Windows color (decimal): -8604688 or 15774588. OLE color: 15774588.

HSL color Cylindrical-coordinate representation of color #7CB3F0: hue angle of 211.55º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CB3F0 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB124179240-
CMYK0.480.2500.06
HSL211.55º79.45%71.37%-
HSV(B)211.55º48.33%94.12%-
XYZ40.1642.8288.59-
YUV169.51167.7895.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.84%
GREEN value IS 179 (70.31% from 255) = 32.97%
BLUE value IS 240 (94.14% from 255) = 44.20%
R=22.84%
G=32.97%
B=44.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1241792400.480.2500.06211.5579.4571.37
Hex7CB3F0301906d44f47
Octal174263360603106324117107
Binary111110010110011111100001100001100101101101010010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,179,240); }

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

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

 a { background-color: rgb(124,179,240); }

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

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

 span { border-color: rgb(124,179,240); }

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