#7fb0f2

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

Shades of Jordy Blue #7FB0F2

Tints of Jordy Blue #7FB0F2

Color information

#7FB0F2 (or 0x7FB0F2) is unknown color: approx Jordy Blue. HEX triplet: 7F, B0 and F2. RGB value is (127,176,242). Sum of RGB (Red+Green+Blue) = 127+176+242=545 (72% of max value = 765). Red value is 127 (50% from 255 or 23.30% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #7FB0F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FB0F2 is #804F0D. Grayscale: #A8A8A8. Windows color (decimal): -8408846 or 15904895. OLE color: 15904895.

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

Color convert

RGB127176242-
CMYK0.480.2700.05
HSL214.43º81.56%72.35%-
HSV(B)214.43º47.52%94.9%-
XYZ40.341.9789.98-
YUV168.87169.2798.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.30%
GREEN value IS 176 (69.14% from 255) = 32.29%
BLUE value IS 242 (94.92% from 255) = 44.40%
R=23.30%
G=32.29%
B=44.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1271762420.480.2700.05214.4381.5672.35
Hex7FB0F2301B05d65248
Octal177260362603305326122110
Binary111111110110000111100101100001101101011101011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fb0f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,176,242); }

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

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

 a { background-color: rgb(127,176,242); }

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

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

 span { border-color: rgb(127,176,242); }

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